summaryrefslogtreecommitdiff
path: root/toolkit/test
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-12java: remove unused parametersNoel Grandin5-55/+14
2014-08-11java: remove unused parametersNoel Grandin1-2/+2
2014-08-11java: remove unused parametersNoel Grandin4-27/+10
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin1-6/+3
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-2/+1
2014-08-08java: remove unnecessary semi-colonsNoel Grandin2-4/+4
2014-08-08java: remove unused importsNoel Grandin2-2/+0
2014-08-08java: remove unused fieldsNoel Grandin1-5/+0
2014-08-08java: remove dead methodsNoel Grandin3-41/+0
2014-08-05java: remove commented out codeNoel Grandin6-55/+1
2014-08-05java: remove unused fieldsNoel Grandin7-24/+0
2014-08-05java: remove various unused variablesNoel Grandin5-9/+0
2014-05-04Typo: depricated->deprecatedJulien Nabet1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni3-3/+3
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2014-03-12Spelling fix: suportedTor Lillqvist2-2/+2
2014-02-26Remove visual noise from toolkitAlexander Wilms3-8/+8
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-06Java cleanup, delete some dead codeNoel Grandin1-2/+0
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin2-4/+4
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin9-67/+96
2013-05-06remove some unnecessary castsNoel Grandin1-2/+0
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold1-1/+1
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens2-4/+4