Age | Commit message (Expand) | Author | Files | Lines |
2014-08-20 | remove more unnecessary constructor declarations | Noel Grandin | 1 | -5/+0 |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin | 10 | -50/+0 |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin | 1 | -2/+2 |
2014-08-19 | java: no need to instantiate String objects directly | Noel Grandin | 6 | -16/+16 |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin | 6 | -14/+14 |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin | 6 | -12/+12 |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin | 8 | -17/+17 |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin | 3 | -3/+3 |
2014-08-14 | java: remove unused imports | Noel Grandin | 3 | -5/+0 |
2014-08-14 | java: remove commented out code | Noel Grandin | 2 | -3/+0 |
2014-08-13 | remove unnecessary use of Java reflection | Noel Grandin | 1 | -28/+5 |
2014-08-13 | java: remove dead methods | Noel Grandin | 8 | -165/+11 |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin | 4 | -8/+8 |
2014-08-13 | java: reduce scope, make member classes private | Noel Grandin | 1 | -1/+1 |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin | 1 | -1/+1 |
2014-08-13 | java: reduce scope, make constructors private | Noel Grandin | 1 | -1/+1 |
2014-08-12 | java: fix broken javadoc tags | Noel Grandin | 2 | -8/+4 |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin | 3 | -23/+7 |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin | 14 | -0/+33 |
2014-08-11 | java: remove unused parameters | Noel Grandin | 1 | -2/+2 |
2014-08-11 | java: remove unused parameters | Noel Grandin | 1 | -4/+0 |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin | 7 | -10/+9 |
2014-08-08 | java: remove redundant null checks | Noel Grandin | 1 | -1/+0 |
2014-08-08 | java: remove unnecessary semi-colons | Noel Grandin | 6 | -6/+6 |
2014-08-08 | java: remove unused imports | Noel Grandin | 1 | -1/+0 |
2014-08-08 | java: remove dead methods | Noel Grandin | 1 | -16/+0 |
2014-08-05 | java: remove commented out code | Noel Grandin | 1 | -5/+0 |
2014-08-05 | java: remove unused fields | Noel Grandin | 2 | -3/+0 |
2014-08-04 | java: remove some casting in lib.TestParameters#getMSF | Noel Grandin | 8 | -8/+8 |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni | 1 | -3/+3 |
2014-02-26 | Remove visual noise from forms | Alexander Wilms | 4 | -10/+10 |
2013-12-20 | Spelling correction: s/retrive/retrieve/ | Tor Lillqvist | 1 | -1/+1 |
2013-05-06 | Java cleanup, Convert Vector to ArrayList | Noel Grandin | 2 | -20/+26 |
2013-04-26 | Java cleanup, call static methods statically | Noel Grandin | 1 | -4/+4 |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin | 1 | -2/+2 |
2013-04-19 | Java cleanup, use generics in calls to UnoRuntime#queryInterface | Noel Grandin | 6 | -14/+14 |
2013-04-19 | Java cleanup, remove unnecessary casts | Noel Grandin | 18 | -111/+111 |
2013-04-18 | date/time IDL datatypes incompatible change | Lionel Elie Mamane | 1 | -2/+2 |
2013-03-06 | fdo#60724 change spelling error REMOVEABLE -> REMOVABLE | Kenneth Beck | 1 | -2/+2 |
2012-11-27 | re-base on ALv2 code. Includes: | Michael Meeks | 4 | -26/+70 |
2012-11-27 | Revert "sb140: #i114669# appears be duplicate of fixed i114718, so re-enablin... | Michael Meeks | 1 | -1/+1 |
2012-11-27 | fs34b: #i117459# fixed the test - do not create multiple children of a docume... | Frank Schoenheit [fs] | 2 | -24/+4 |
2012-11-24 | fdo#51304 Remove @author annotation | José Guilherme Vanz | 4 | -20/+0 |
2012-10-01 | fdo#51304: Remove the author of some java source files | Anurag Jain | 9 | -36/+0 |
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin | 14 | -34/+0 |
2012-07-13 | java: printStackTrace always to stderr | Thomas Arnhold | 3 | -5/+5 |
2012-06-29 | re-base on ALv2 code. | Michael Meeks | 2 | -46/+28 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 10 | -236/+146 |
2012-06-21 | re-base on ALv2 code. | Michael Meeks | 23 | -351/+359 |
2011-09-12 | sb140: #i114669# appears be duplicate of fixed i114718, so re-enabling test | Stephan Bergmann | 1 | -1/+1 |