summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod
AgeCommit message (Expand)Author
2015-04-04Typo: creat->createJulien Nabet
2015-02-21Typo: queriing->queryingJulien 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 method overridesNoel Grandin
2015-01-05java: simplify if statementNoel Grandin
2015-01-05java: more efficient float parsingNoel Grandin
2015-01-05java: remove more dead codeNoel Grandin
2015-01-05java: static fields that should be instance fieldsNoel Grandin
2014-12-19java: static fields that should not be staticNoel Grandin
2014-12-19java: unused importsNoel Grandin
2014-12-15java: remove some unused fields and variablesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-09typo: proeprty -> propertyAndras Timar
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'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-14remove usage of DOCPTH and CNCSTRNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11fdo#82151 finish fixupLionel Elie Mamane
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: variable cannot be nullNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-04java: remove some unused import statementsNoel Grandin
2014-08-04java: remove some unused variablesNoel Grandin
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
2014-08-04java: removed unused importsNoel Grandin