Age | Commit message (Expand) | Author |
2014-08-20 | remove more unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: remove unnecessary constructor declarations | 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 'Short.valueOf' instead of 'new Short' | 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-14 | java: remove unused imports | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-13 | remove unnecessary use of Java reflection | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make member classes private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-13 | java: reduce scope, make constructors private | Noel Grandin |
2014-08-12 | java: fix broken javadoc tags | Noel Grandin |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |
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: remove unnecessary semi-colons | Noel Grandin |
2014-08-08 | java: remove unused imports | Noel Grandin |
2014-08-08 | java: remove dead methods | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove unused fields | Noel Grandin |
2014-08-04 | java: remove some casting in lib.TestParameters#getMSF | Noel Grandin |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni |
2014-02-26 | Remove visual noise from forms | Alexander Wilms |
2013-12-20 | Spelling correction: s/retrive/retrieve/ | Tor Lillqvist |
2013-05-06 | Java cleanup, Convert Vector to ArrayList | Noel Grandin |
2013-04-26 | Java cleanup, call static methods statically | Noel Grandin |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin |
2013-04-19 | Java cleanup, use generics in calls to UnoRuntime#queryInterface | Noel Grandin |
2013-04-19 | Java cleanup, remove unnecessary casts | Noel Grandin |
2013-04-18 | date/time IDL datatypes incompatible change | Lionel Elie Mamane |
2013-03-06 | fdo#60724 change spelling error REMOVEABLE -> REMOVABLE | Kenneth Beck |
2012-11-27 | re-base on ALv2 code. Includes: | Michael Meeks |
2012-11-27 | Revert "sb140: #i114669# appears be duplicate of fixed i114718, so re-enablin... | Michael Meeks |
2012-11-27 | fs34b: #i117459# fixed the test - do not create multiple children of a docume... | Frank Schoenheit [fs] |
2012-11-24 | fdo#51304 Remove @author annotation | José Guilherme Vanz |
2012-10-01 | fdo#51304: Remove the author of some java source files | Anurag Jain |
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin |
2012-07-13 | java: printStackTrace always to stderr | Thomas Arnhold |
2012-06-29 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2012-06-21 | re-base on ALv2 code. | Michael Meeks |
2011-09-12 | sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling test | Stephan Bergmann |