Age | Commit message (Expand) | Author |
2017-08-17 | Fix typos | Andrea Gelmini |
2017-03-25 | Fix typos | Andrea Gelmini |
2016-06-01 | fix compile error in SelectionDialog (java unit test) | Noel Grandin |
2016-05-30 | Convert SelectionMode to scoped enum | Noel Grandin |
2016-01-10 | Fix typos | Andrea Gelmini |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-06-09 | java:Non-synchronized method should not override a synchronized method | Noel Grandin |
2015-05-05 | typo: strech -> stretch | Andras Timar |
2015-04-20 | java: remove some unused code | Noel Grandin |
2015-01-05 | java: unnecessary method overrides | Noel Grandin |
2015-01-05 | java: remove more dead code | Noel Grandin |
2015-01-05 | java: was passing the wrong thing to the remove method | Noel Grandin |
2015-01-05 | java: remove unnecessary reflection in toolkit tests | 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-19 | java: fix access to always null field | Noel Grandin |
2014-12-19 | java: synching on a global object is not very useful | Noel Grandin |
2014-12-19 | java: dodgy synchronisation around clear | 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-12-05 | java: remove some unused local variables | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-11-10 | fix spelling implemenation -> implementation | Noel Grandin |
2014-10-30 | accessibility: shift by zero | Robert Antoni Buj i Gelonch |
2014-10-30 | java: Method uses the same code for two switch clauses | Robert Antoni Buj i Gelonch |
2014-10-17 | java: final fields that can be static | 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: Collections.addAll for adding an array of elements to a Collection | Robert Antoni Buj i Gelonch |
2014-10-13 | accessibility: ensure that the stream is cleaned up before the method returns | Robert Antoni Buj i Gelonch |
2014-10-11 | accessibility: Calling String.toString() | Robert Antoni Buj i Gelonch |
2014-10-10 | unchecked call to getDeclaredMethod(String,Class<?>...) | Robert Antoni Buj i Gelonch |
2014-10-09 | As of JDK version 1.5, show() and hide() in Dialog have been deprecated | Robert Antoni Buj i Gelonch |
2014-10-08 | spelling: instanciated -> instantiated | Noel Grandin |
2014-10-07 | java: use isEmpty() instead of "size() == 0" | Noel Grandin |
2014-10-07 | java: remove unnecessary adding of empty strings | Noel Grandin |
2014-10-07 | java: no need to check for null before calling instanceof | Noel Grandin |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | fix exception not caught | Noel Grandin |
2014-08-20 | remove some dead Java code | 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 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin |