summaryrefslogtreecommitdiff
path: root/toolkit/test
AgeCommit message (Expand)Author
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-13java: Collections.addAll for adding an array of elements to a CollectionRobert Antoni Buj i Gelonch
2014-10-13accessibility: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-10-11accessibility: Calling String.toString()Robert Antoni Buj i Gelonch
2014-10-10unchecked call to getDeclaredMethod(String,Class<?>...)Robert Antoni Buj i Gelonch
2014-10-09As of JDK version 1.5, show() and hide() in Dialog have been deprecatedRobert Antoni Buj i Gelonch
2014-10-08spelling: instanciated -> instantiatedNoel Grandin
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20fix exception not caughtNoel Grandin
2014-08-20remove some dead Java codeNoel Grandin
2014-08-20double-checked locking is not thread-safe in JavaNoel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-12java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: remove unused importsNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-08java: remove dead methodsNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-05-04Typo: depricated->deprecatedJulien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-14typo: arround -> aroundThomas Arnhold
2014-03-12Spelling fix: suportedTor Lillqvist
2014-02-26Remove visual noise from toolkitAlexander Wilms
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-06Java cleanup, delete some dead codeNoel Grandin
2013-05-06Java cleanup, convert more Vector to ArrayListNoel Grandin
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin
2013-05-06remove some unnecessary castsNoel Grandin
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin
2012-09-05Java cleanup, fix compile errorNoel Grandin
2012-08-28Make use of autoboxingStephan Bergmann