summaryrefslogtreecommitdiff
path: root/toolkit/test
AgeCommit message (Expand)AuthorFilesLines
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin4-4/+4
2015-11-05java: combine nested if statementsNoel Grandin3-12/+9
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin4-9/+9
2015-06-09java:Non-synchronized method should not override a synchronized methodNoel Grandin1-12/+1
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-04-20java: remove some unused codeNoel Grandin1-3/+0
2015-01-05java: unnecessary method overridesNoel Grandin1-6/+0
2015-01-05java: remove more dead codeNoel Grandin4-7/+9
2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin1-2/+2
2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin3-323/+29
2015-01-05java: remove dead codeNoel Grandin25-1488/+1
2014-12-19java: reduce visibility of some methods and fieldsNoel Grandin1-1/+1
2014-12-19java: fix access to always null fieldNoel Grandin1-4/+1
2014-12-19java: synching on a global object is not very usefulNoel Grandin1-2/+1
2014-12-19java: dodgy synchronisation around clearNoel Grandin1-1/+1
2014-12-15java: remove some unused fields and variablesNoel Grandin2-6/+0
2014-12-11java: remove some unnecessary interfacesNoel Grandin2-10/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin34-112/+112
2014-12-05java: remove some unused local variablesNoel Grandin2-2/+0
2014-11-18java: make fields final where possibleNoel Grandin23-86/+60
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-12java: convert fields to local variables where possibleNoel Grandin5-43/+23
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-20/+16
2014-11-10fix spelling implemenation -> implementationNoel Grandin1-1/+1
2014-10-30accessibility: shift by zeroRobert Antoni Buj i Gelonch2-4/+4
2014-10-30java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch1-6/+0
2014-10-17java: final fields that can be staticNoel Grandin1-1/+1
2014-10-16java: always use braces for while loopsNoel Grandin7-10/+18
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin3-103/+101
2014-10-13java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch1-4/+2
2014-10-13accessibility: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch1-4/+31
2014-10-11accessibility: Calling String.toString()Robert Antoni Buj i Gelonch1-1/+1
2014-10-10unchecked call to getDeclaredMethod(String,Class<?>...)Robert Antoni Buj i Gelonch1-1/+1
2014-10-09As of JDK version 1.5, show() and hide() in Dialog have been deprecatedRobert Antoni Buj i Gelonch3-4/+5
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin2-2/+2
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin1-2/+1
2014-10-07java: no need to check for null before calling instanceofNoel Grandin1-2/+2
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-12/+0
2014-08-20fix exception not caughtNoel Grandin1-22/+27
2014-08-20remove some dead Java codeNoel Grandin1-6/+0
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin1-3/+3
2014-08-19java: no need to instantiate String objects directlyNoel Grandin4-4/+4
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2-148/+148
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2-2/+2
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2-2/+2
2014-08-14java: remove commented out codeNoel Grandin7-26/+1
2014-08-12java: fix broken javadoc tagsNoel Grandin1-1/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin37-1/+110