summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/ifc/sheet
AgeCommit message (Expand)Author
2015-12-14coverity#1327160 UrF: Unread fieldCaolán McNamara
2015-12-10coverity#1326610 DE: Dropped or ignored exceptionCaolán McNamara
2015-11-24coverity#1326892 FE: Test for floating point equalityCaolán McNamara
2015-11-05java:avoid empty if statementsNoel Grandin
2015-11-04coverity#1326264 Dereference after null checkCaolán McNamara
2015-10-25coverity#1326136 Logically dead codeCaolán McNamara
2015-10-16cid#1327102 UrF: Unread fieldNoel Grandin
2015-10-16cid#1327206 UwF: Unwritten fieldNoel Grandin
2015-10-15cid#1327101 UrF: Unread fieldNoel Grandin
2015-10-15cid#1327023 to cid#1327077 SIC: Inner class could be made staticNoel Grandin
2015-10-14cid#1326853 EC: Comparing incompatible types for equalityNoel Grandin
2015-10-14cid#1326748 Dm: Dubious method usedNoel Grandin
2015-10-14cid#1326363 Data race conditionNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-09-30Fix typosAndrea Gelmini
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-11speed up Java unit tests by removing sleepsNoel Grandin
2015-06-09java:simplify boolean return expressionsNoel Grandin
2015-02-26TyposJulien Nabet
2015-02-02Revert "fdo#55997: Work around slight offset causing sc_unoapi failure"Stephan Bergmann
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-12java: no need to instantiate the AccessibilityTools objectNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-17java: final fields that can be staticNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-08-20java: remove unnecessary constructor declarationsNoel 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-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove redundant null checksNoel 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-04fix spelling compilant -> compliantNoel Grandin
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-02-26Remove visual noise from qadevOOoAlexander Wilms
2013-12-12Minor qadevOOo improvementStephan Bergmann