summaryrefslogtreecommitdiffstats
path: root/javaunohelper/com
Commit message (Expand)AuthorAgeFilesLines
* @deprecated should be with @DeprecatedTomoyuki Kubota2019-05-271-0/+1
* an uno -> a unoCaolán McNamara2019-05-103-5/+5
* HTML tt -> code in JavaDoc commentsStephan Bergmann2018-10-101-24/+24
* boostrap->bootstrapCaolán McNamara2018-08-261-1/+1
* Fix typosAndrea Gelmini2018-07-231-1/+1
* Fix typosAndrea Gelmini2018-07-181-1/+1
* Fix a locking bug in our Java ComponentBase class, where after the transitionDamjan Jovanovic2017-09-131-2/+5
* Fix typos: uniform registeredAndrea Gelmini2017-06-231-1/+1
* Translate German comments and debug strings (leftovers in dirs j... to q...)Johnny_M2017-06-121-1/+1
* Fix typosAndrea Gelmini2017-03-251-1/+1
* 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