summaryrefslogtreecommitdiffstats
path: root/javaunohelper/com
Commit message (Expand)AuthorAgeFilesLines
* javaunohelper: fix all javadoc warningsMichael Stahl2016-02-176-3/+146
* 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
* related tdf#86784: new API got backported to 5.1Thorsten Behrens2015-12-211-2/+2
* cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)Stephan Bergmann2015-12-211-1/+3
* Fix @since tagsStephan Bergmann2015-12-201-2/+2
* tdf#86784: Pass custom options to Java bootstrapKatarina Behrens2015-12-181-7/+51
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-053-10/+8
* java: combine nested if statementsNoel Grandin2015-11-051-6/+3
* coverity#1326731 Dm: Dubious method usedCaolán McNamara2015-10-151-2/+6
* cid#1326115 Unchecked return valueNoel Grandin2015-10-151-13/+2
* cid#1326733 Dm: Dubious method usedNoel Grandin2015-10-141-29/+25
* use early returns to make method easier to readNoel Grandin2015-10-141-74/+73
* Fix typosAndrea Gelmini2015-09-301-2/+2
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-112-9/+9
* 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
* java: simplify array creationNoel Grandin2015-01-091-7/+7
* fix indexesCaolán McNamara2015-01-091-3/+3
* drop crashrep unused since start of LibreOfficeCaolán McNamara2015-01-071-1/+0
* 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-188-16/+16
* 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-257-27/+34
* javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2014-09-236-6/+5
* javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2014-09-222-2/+2
* javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch2014-09-192-14/+18
* 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-095-17/+17
* 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