Age | Commit message (Expand) | Author |
2023-11-09 | enable unchecked lint for our java code | Noel Grandin |
2023-11-02 | 'new Character' is deprecated in Java | Noel Grandin |
2023-11-02 | 'new Double' is deprecated in Java | Noel Grandin |
2023-11-02 | 'new Float' is deprecated in Java | Noel Grandin |
2020-09-01 | Fix typo in code | Andrea Gelmini |
2019-08-12 | Fix typos | Andrea Gelmini |
2017-09-02 | Typos for "available" | Julien Nabet |
2017-03-25 | Fix typos | Andrea Gelmini |
2017-01-17 | Typo: listerner->listener | Julien Nabet |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-11-05 | java:no need to explicitly create these constructors | Noel Grandin |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-01-05 | java: remove more dead code | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2014-12-19 | java: reduce visibility of some methods and fields | Noel Grandin |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-11 | java: remove some unnecessary interfaces | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-11-18 | java: remove some unnecessary casts | Noel Grandin |
2014-10-16 | java: always use braces for while loops | 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-28 | javaunohelper: migrate PropertySet_Test to JUnit | Robert Antoni Buj i Gelonch |
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-22 | javaunohelper: migrate ComponentContext_Test to JUnit | 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-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-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-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-10 | javaunohelper: Enhancement loading bootstrap_parameters in Bootstrap_Test.java | rbuj |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: remove redundant null checks | Noel Grandin |
2014-08-08 | java: code some code to use non-deprecated constructors | Noel Grandin |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |