summaryrefslogtreecommitdiffstats
path: root/toolkit/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* java: fix broken javadoc tagsNoel Grandin2014-08-121-1/+1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1237-1/+110
* java: remove unused parametersNoel Grandin2014-08-125-55/+14
* java: remove unused parametersNoel Grandin2014-08-111-2/+2
* java: remove unused parametersNoel Grandin2014-08-114-27/+10
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-6/+3
* java: redundant assignment, variable can only be nullNoel Grandin2014-08-081-2/+1
* java: remove unnecessary semi-colonsNoel Grandin2014-08-082-4/+4
* java: remove unused importsNoel Grandin2014-08-082-2/+0
* java: remove unused fieldsNoel Grandin2014-08-081-5/+0
* java: remove dead methodsNoel Grandin2014-08-083-41/+0
* java: remove commented out codeNoel Grandin2014-08-056-55/+1
* java: remove unused fieldsNoel Grandin2014-08-057-24/+0
* java: remove various unused variablesNoel Grandin2014-08-055-9/+0
* Typo: depricated->deprecatedJulien Nabet2014-05-041-2/+2
* Many spelling fixes: directories r* - z*.Pedro Giffuni2014-05-013-3/+3
* typo: arround -> aroundThomas Arnhold2014-04-141-1/+1
* Spelling fix: suportedTor Lillqvist2014-03-122-2/+2