summaryrefslogtreecommitdiff
path: root/javaunohelper/com
AgeCommit message (Expand)Author
2015-12-22related tdf#86784: fix since string for new APIThorsten Behrens
2015-12-21tdf#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
2014-09-07javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj
2014-09-02javaunohelper: fix javadoc error: unknown tag: returnsrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-16javaunohelper: The assigned value is sometimes usedrbuj
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin