summaryrefslogtreecommitdiff
path: root/javaunohelper/com
AgeCommit message (Expand)AuthorFilesLines
2016-02-17javaunohelper: fix all javadoc warningsMichael Stahl6-3/+146
2016-02-08cid#1326918 FB.NP_CLONE_COULD_RETURN_NULLStephan Bergmann1-10/+13
2016-02-04coverity#1326400 Dereference null return valueCaolán McNamara1-6/+6
2015-12-30coverity#1326973 SBSC: String concatenation in loop using + operatorCaolán McNamara1-4/+6
2015-12-21related tdf#86784: new API got backported to 5.1Thorsten Behrens1-2/+2
2015-12-21cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)Stephan Bergmann1-1/+3
2015-12-20Fix @since tagsStephan Bergmann1-2/+2
2015-12-18tdf#86784: Pass custom options to Java bootstrapKatarina Behrens1-7/+51
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin3-10/+8
2015-11-05java: combine nested if statementsNoel Grandin1-6/+3
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara1-2/+6
2015-10-15cid#1326115 Unchecked return valueNoel Grandin1-13/+2
2015-10-14cid#1326733 Dm: Dubious method usedNoel Grandin1-29/+25
2015-10-14use early returns to make method easier to readNoel Grandin1-74/+73
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin2-9/+9
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin1-2/+2
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin2-9/+9
2015-01-09java: simplify array creationNoel Grandin1-7/+7
2015-01-09fix indexesCaolán McNamara1-3/+3
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara1-1/+0
2014-12-15stronger checks when creating Java UNO componentsNoel Grandin1-9/+41
2014-12-10java: improve use of WrappedTargetException to set cause properlyNoel Grandin2-6/+6
2014-11-25java: remove some comment noiseNoel Grandin2-14/+0
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-18java: make fields final where possibleNoel Grandin8-16/+16
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-92/+93
2014-10-18javaunohelper: remove unused importRobert Antoni Buj i Gelonch1-1/+2
2014-10-17java: final fields that can be staticNoel Grandin2-2/+2
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin5-56/+31
2014-10-16java: always use braces for while loopsNoel Grandin2-3/+6
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-62/+67
2014-09-29fix more Java1.5 incompatibilityNoel Grandin2-31/+53
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin7-27/+34
2014-09-23javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch6-6/+5
2014-09-22javaunohelper: Using "final" modifier whenever applicable in javaRobert Antoni Buj i Gelonch2-2/+2
2014-09-19javaunohelper: use HashMap instead of Hashtable CollectionRobert Antoni Buj i Gelonch2-14/+18
2014-09-15javaunohelper: warning: unchecked castrbuj1-4/+4
2014-09-13javaunohelper: use a character literalrbuj1-1/+1
2014-09-13javaunohelper: use String.length()==0 instead of String.equals(empty string)rbuj2-2/+2
2014-09-09javaunohelper: fix some misspellingsrbuj5-17/+17
2014-09-07javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj1-2/+3
2014-09-02javaunohelper: fix javadoc error: unknown tag: returnsrbuj1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin2-9/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2-4/+4
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin1-8/+2
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin1-3/+3
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-2/+2
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-2/+2