Age | Commit message (Expand) | Author |
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-30 | coverity#705665 osl_Module->osl::Module | Caolán McNamara |
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-10-13 | java: import from the same package | Robert Antoni Buj i Gelonch |
2014-10-07 | java: no need to check for null before calling instanceof | Noel Grandin |
2014-10-02 | javaunohelper: More robust way to wait for finalization | Robert Antoni Buj i Gelonch |
2014-10-02 | More robust way to wait for finalization | Stephan Bergmann |
2014-09-29 | loplugin: cstylecast | Noel Grandin |
2014-09-29 | fix more Java1.5 incompatibility | Noel Grandin |
2014-09-28 | javaunohelper: migrate PropertySet_Test to JUnit | Robert Antoni Buj i Gelonch |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-24 | javaunohelper: WeakBase_Test & MultiTypeInterfaceContainer_Test -> JUnit | Robert Antoni Buj i Gelonch |
2014-09-24 | javaunohelper: migrate InterfaceContainer_Test to JUnit | Robert Antoni Buj i Gelonch |
2014-09-23 | javaunohelper: migrate ComponentBase_Test to JUnit | Robert Antoni Buj i Gelonch |
2014-09-23 | javaunohelper: Using "final" modifier whenever applicable in java | Robert Antoni Buj i Gelonch |
2014-09-22 | javaunohelper: migrate ComponentContext_Test to JUnit | Robert Antoni Buj i Gelonch |
2014-09-22 | javaunohelper: Using "final" modifier whenever applicable in java | Robert Antoni Buj i Gelonch |
2014-09-21 | javaunohelper: use java.util.logging in tests | 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 if..else when returning boolean values | 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: no need to instantiate String objects directly | 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 useless instanceof tests | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-12 | javaunohelper: Fix Bootstrap_Test.java & add warning messages | rbuj |
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-10 | javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.java | rbuj |