summaryrefslogtreecommitdiff
path: root/sc/qa/complex
AgeCommit message (Expand)Author
2015-07-29chmod -xTor Lillqvist
2015-06-11java:remove more unnecessary catch/re-throwNoel Grandin
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-04-20java: remove some unused codeNoel Grandin
2015-03-25TyposJulien Nabet
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
2015-01-05java: unnecessary importsNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-12-10java: remove some comment noiseNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
2014-08-20java: Avoid naming non-fields with the prefix m_Noel Grandin
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel 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-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-12java: fix broken javadoc tagsNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: variable cannot be nullNoel Grandin
2014-08-08java: remove unnecessary semi-colonsNoel Grandin
2014-08-08java: remove unused variablesNoel 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-08-04java: remove some unused variablesNoel Grandin
2014-08-04fix spelling compilant -> compliantNoel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2013-10-24avoid localization issueLaurent Godard
2013-09-26typo fixes in commentsAndras Timar
2013-04-26Java cleanup, access static methods using correct syntaxNoel Grandin
2013-04-15fdo#60724 correct spellingThomas Arnhold
2012-08-06Static method sleep from Thread should be accessed in a static wayJulien Nabet
2012-07-13java: printStackTrace always to stderrThomas Arnhold
2012-06-29re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-05-31Fix up unit tests that assumed two or more sheets per defaultStefan Knorr (astron)
2012-03-23.java files don't need executable bitsMichael Stahl
2012-03-21chmod -xTor Lillqvist