summaryrefslogtreecommitdiffstats
path: root/toolkit/test
Commit message (Expand)AuthorAgeFilesLines
* fix compile error in SelectionDialog (java unit test)Noel Grandin2016-06-011-1/+1
* Convert SelectionMode to scoped enumNoel Grandin2016-05-301-1/+1
* Fix typosAndrea Gelmini2016-01-101-1/+1
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-054-4/+4
* java: combine nested if statementsNoel Grandin2015-11-053-12/+9
* java:regulatize the order of 'final' and public/privateNoel Grandin2015-06-114-9/+9
* java:Non-synchronized method should not override a synchronized methodNoel Grandin2015-06-091-12/+1
* typo: strech -> stretchAndras Timar2015-05-051-1/+1
* java: remove some unused codeNoel Grandin2015-04-201-3/+0
* java: unnecessary method overridesNoel Grandin2015-01-051-6/+0
* java: remove more dead codeNoel Grandin2015-01-054-7/+9
* java: was passing the wrong thing to the remove methodNoel Grandin2015-01-051-2/+2
* java: remove unnecessary reflection in toolkit testsNoel Grandin2015-01-053-323/+29
* java: remove dead codeNoel Grandin2015-01-0525-1488/+1
* java: reduce visibility of some methods and fieldsNoel Grandin2014-12-191-1/+1
* java: fix access to always null fieldNoel Grandin2014-12-191-4/+1
* java: synching on a global object is not very usefulNoel Grandin2014-12-191-2/+1
* java: dodgy synchronisation around clearNoel Grandin2014-12-191-1/+1
* java: remove some unused fields and variablesNoel Grandin2014-12-152-6/+0
* java: remove some unnecessary interfacesNoel Grandin2014-12-112-10/+0
* java: reduce visibility of fields and methodsNoel Grandin2014-12-1134-112/+112
* java: remove some unused local variablesNoel Grandin2014-12-052-2/+0
* java: make fields final where possibleNoel Grandin2014-11-1823-86/+60
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-2/+2
* java: convert fields to local variables where possibleNoel Grandin2014-11-125-43/+23
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-20/+16
* fix spelling implemenation -> implementationNoel Grandin2014-11-101-1/+1
* accessibility: shift by zeroRobert Antoni Buj i Gelonch2014-10-302-4/+4
* java: Method uses the same code for two switch clausesRobert Antoni Buj i Gelonch2014-10-301-6/+0
* java: final fields that can be staticNoel Grandin2014-10-171-1/+1
* java: always use braces for while loopsNoel Grandin2014-10-167-10/+18
* java: reduce the depth of some deeply nested if blocksNoel Grandin2014-10-163-103/+101
* java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch2014-10-131-4/+2
* accessibility: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch2014-10-131-4/+31
* accessibility: Calling String.toString()Robert Antoni Buj i Gelonch2014-10-111-1/+1
* unchecked call to getDeclaredMethod(String,Class<?>...)Robert Antoni Buj i Gelonch2014-10-101-1/+1
* As of JDK version 1.5, show() and hide() in Dialog have been deprecatedRobert Antoni Buj i Gelonch2014-10-093-4/+5
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-1/+1
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-072-2/+2
* java: remove unnecessary adding of empty stringsNoel Grandin2014-10-071-2/+1
* java: no need to check for null before calling instanceofNoel Grandin2014-10-071-2/+2
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-203-12/+0
* fix exception not caughtNoel Grandin2014-08-201-22/+27
* remove some dead Java codeNoel Grandin2014-08-201-6/+0
* double-checked locking is not thread-safe in JavaNoel Grandin2014-08-201-3/+3
* java: no need to instantiate String objects directlyNoel Grandin2014-08-194-4/+4
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-192-148/+148
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-192-2/+2
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-192-2/+2
* java: remove commented out codeNoel Grandin2014-08-147-26/+1