Age | Commit message (Expand) | Author |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-09 | java: simplify array creation | Noel Grandin |
2015-01-09 | fix indexes | Caolán McNamara |
2015-01-07 | drop crashrep unused since start of LibreOffice | Caolán McNamara |
2014-12-15 | stronger checks when creating Java UNO components | Noel Grandin |
2014-12-10 | java: improve use of WrappedTargetException to set cause properly | Noel Grandin |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-10-18 | javaunohelper: remove unused import | Robert Antoni Buj i Gelonch |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-09-29 | fix more Java1.5 incompatibility | Noel Grandin |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-23 | javaunohelper: Using "final" modifier whenever applicable in java | Robert Antoni Buj i Gelonch |
2014-09-22 | javaunohelper: Using "final" modifier whenever applicable in java | Robert Antoni Buj i Gelonch |
2014-09-19 | javaunohelper: use HashMap instead of Hashtable Collection | Robert Antoni Buj i Gelonch |
2014-09-15 | javaunohelper: warning: unchecked cast | rbuj |
2014-09-13 | javaunohelper: use a character literal | rbuj |
2014-09-13 | javaunohelper: use String.length()==0 instead of String.equals(empty string) | rbuj |
2014-09-09 | javaunohelper: fix some misspellings | rbuj |
2014-09-07 | javaunohelper: fix javadoc error: unknown tag: attention (Doxygen) | rbuj |
2014-09-02 | javaunohelper: fix javadoc error: unknown tag: returns | rbuj |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin |
2014-08-20 | double-checked locking is not thread-safe in Java | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin |
2014-08-16 | javaunohelper: The assigned value is sometimes used | rbuj |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-11 | javaunohelper: enhancements in decodeUTF8 | rbuj |
2014-08-11 | javaunohelper: Number parsing | rbuj |
2014-08-10 | javaunohelper: Iterate over each Entry in a Map & Enhanced for-loops | rbuj |
2014-08-09 | javaunohelper: Iterate over each Entry in a Map | rbuj |
2014-08-08 | java: redundant assignment, variable can only be null | Noel Grandin |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-08-01 | typo: more then -> more than | Takeshi Abe |
2014-07-30 | javaunohelper: If statement is redundant | rbuj |