summaryrefslogtreecommitdiff
path: root/javaunohelper/com/sun/star/lib
AgeCommit message (Expand)Author
2020-05-06Move all public Java classes to libreoffice.jarSamuel Mehrbrodt
2020-03-10Fix typoAndrea Gelmini
2019-07-27Fix typosAndrea Gelmini
2019-07-20Fix typosAndrea Gelmini
2019-07-03cid#1448341: perf inefficient map iteratorJulien Nabet
2019-07-03cid#1448214: perf inefficient map iteratorJulien Nabet
2019-05-10an uno -> a unoCaolán McNamara
2018-10-10HTML tt -> code in JavaDoc commentsStephan Bergmann
2018-07-23Fix typosAndrea Gelmini
2018-07-18Fix typosAndrea Gelmini
2017-09-13Fix a locking bug in our Java ComponentBase class, where after the transitionDamjan Jovanovic
2017-06-12Translate German comments and debug strings (leftovers in dirs j... to q...)Johnny_M
2016-02-17javaunohelper: fix all javadoc warningsMichael Stahl
2016-02-08cid#1326918 FB.NP_CLONE_COULD_RETURN_NULLStephan Bergmann
2016-02-04coverity#1326400 Dereference null return valueCaolán McNamara
2015-12-30coverity#1326973 SBSC: String concatenation in loop using + operatorCaolán McNamara
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: combine nested if statementsNoel Grandin
2015-10-15cid#1326115 Unchecked return valueNoel Grandin
2015-10-14cid#1326733 Dm: Dubious method usedNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2014-12-15stronger checks when creating Java UNO componentsNoel Grandin
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin
2014-11-25java: remove some comment noiseNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: reduce excessive code indentation levelsNoel Grandin
2014-10-18javaunohelper: remove unused importRobert Antoni Buj i Gelonch
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-09-29fix more Java1.5 incompatibilityNoel Grandin
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-23javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch
2014-09-22javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch
2014-09-15javaunohelper: warning: unchecked castrbuj
2014-09-13javaunohelper: use a character literalrbuj
2014-09-13javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-09javaunohelper: fix some misspellingsrbuj
2014-09-07javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj
2014-09-02javaunohelper: fix javadoc error: unknown tag: returnsrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin