summaryrefslogtreecommitdiffstats
path: root/javaunohelper/com/sun/star/lib
Commit message (Expand)AuthorAgeFilesLines
* javaunohelper: fix all javadoc warningsMichael Stahl2016-02-174-2/+117
* cid#1326918 FB.NP_CLONE_COULD_RETURN_NULLStephan Bergmann2016-02-081-10/+13
* coverity#1326400 Dereference null return valueCaolán McNamara2016-02-041-6/+6
* coverity#1326973 SBSC: String concatenation in loop using + operatorCaolán McNamara2015-12-301-4/+6
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-053-10/+8
* java: combine nested if statementsNoel Grandin2015-11-051-6/+3
* cid#1326115 Unchecked return valueNoel Grandin2015-10-151-13/+2
* cid#1326733 Dm: Dubious method usedNoel Grandin2015-10-141-29/+25
* Fix typosAndrea Gelmini2015-09-301-2/+2
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-111-1/+1
* java:Non-synchronized method should not override a synchronized methodNoel Grandin2015-06-091-2/+2
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-9/+9
* stronger checks when creating Java UNO componentsNoel Grandin2014-12-151-9/+41
* java: improve use of WrappedTargetException to set cause properlyNoel Grandin2014-12-102-6/+6
* java: remove some comment noiseNoel Grandin2014-11-252-14/+0
* java: final fields that can be staticNoel Grandin2014-11-251-1/+1
* java: make fields final where possibleNoel Grandin2014-11-187-15/+15
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-92/+93
* javaunohelper: remove unused importRobert Antoni Buj i Gelonch2014-10-181-1/+2
* java: final fields that can be staticNoel Grandin2014-10-172-2/+2
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-165-56/+31
* java: always use braces for while loopsNoel Grandin2014-10-162-3/+6
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-161-62/+67
* fix more Java1.5 incompatibilityNoel Grandin2014-09-292-31/+53
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-256-26/+33
* javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2014-09-235-5/+5
* javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2014-09-222-2/+2
* javaunohelper: warning: unchecked castrbuj2014-09-151-4/+4
* javaunohelper: use a character literalrbuj2014-09-131-1/+1
* javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-132-2/+2
* javaunohelper: fix some misspellingsrbuj2014-09-094-16/+16
* javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj2014-09-071-2/+3
* javaunohelper: fix javadoc error: unknown tag: returnsrbuj2014-09-021-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-202-9/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-202-4/+4
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-201-8/+2
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-191-3/+3
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-191-2/+2
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-2/+2
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-191-4/+4
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-192-5/+5
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-6/+6
* javaunohelper: The assigned value is sometimes usedrbuj2014-08-161-2/+5
* java: remove commented out codeNoel Grandin2014-08-141-4/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-126-0/+18
* javaunohelper: enhancements in decodeUTF8rbuj2014-08-111-10/+5
* javaunohelper: Number parsingrbuj2014-08-111-31/+35
* java: redundant assignment, variable can only be nullNoel Grandin2014-08-081-1/+1
* java: remove unused variablesNoel Grandin2014-08-081-2/+1