Age | Commit message (Expand) | Author |
2017-05-20 | Translate German comments and debug strings (leftovers in f... dirs) | Johnny_M |
2017-01-16 | forms,qadevOOo: dispatch of .uno:SwitchControlDesignMode is async | Michael Stahl |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-10-13 | remove some useless comments | Noel Grandin |
2015-10-02 | Fix typos | Andrea Gelmini |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-07-03 | Fix typos | Andrea Gelmini |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-01-13 | java: inline some test properties | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2014-12-19 | java: don't synch on an object and also assign to it | Noel Grandin |
2014-12-15 | java: remove more test skeleton code | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-25 | java,framework: remove unused vars and parameters | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-10-30 | forms: The if statement is redundant | Robert Antoni Buj i Gelonch |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-17 | java: no need to call String.valueOf to append to a String | Noel Grandin |
2014-10-16 | java: ensure that the stream is cleaned up before the method returns | Robert Antoni Buj i Gelonch |
2014-10-07 | java: optimise calls to toArray | Noel Grandin |
2014-09-30 | forms: use Arrays.toString in integration.forms.RadioButtons | Robert Antoni Buj i Gelonch |
2014-09-30 | forms: replace StringBuffer with StringBuilder | Robert Antoni Buj i Gelonch |
2014-09-30 | forms: the assigned value is never used | Robert Antoni Buj i Gelonch |
2014-09-30 | forms: remove import from the same package | Robert Antoni Buj i Gelonch |
2014-09-29 | Fix java.util.Calendar.set in integration.forms.DateValidator | Robert Antoni Buj i Gelonch |
2014-09-29 | forms: getMonth() and getYear() are deprecated in java.util.Date | Robert Antoni Buj i Gelonch |
2014-09-29 | forms: Pass array of length equal to the size of the collection | Robert Antoni Buj i Gelonch |
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 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 |