summaryrefslogtreecommitdiff
path: root/javaunohelper/com
AgeCommit message (Expand)Author
2018-10-10HTML tt -> code in JavaDoc commentsStephan Bergmann
2018-08-26boostrap->bootstrapCaolán McNamara
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-23Fix typos: uniform registeredAndrea Gelmini
2017-06-12Translate German comments and debug strings (leftovers in dirs j... to q...)Johnny_M
2017-03-25Fix typosAndrea Gelmini
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-12-21related tdf#86784: new API got backported to 5.1Thorsten Behrens
2015-12-21cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE)Stephan Bergmann
2015-12-20Fix @since tagsStephan Bergmann
2015-12-18tdf#86784: Pass custom options to Java bootstrapKatarina Behrens
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-11-05java: combine nested if statementsNoel Grandin
2015-10-15coverity#1326731 Dm: Dubious method usedCaolán McNamara
2015-10-15cid#1326115 Unchecked return valueNoel Grandin
2015-10-14cid#1326733 Dm: Dubious method usedNoel Grandin
2015-10-14use early returns to make method easier to readNoel 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
2015-01-09java: simplify array creationNoel Grandin
2015-01-09fix indexesCaolán McNamara
2015-01-07drop crashrep unused since start of LibreOfficeCaolán McNamara
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-19javaunohelper: use HashMap instead of Hashtable CollectionRobert 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