summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
AgeCommit message (Expand)AuthorFilesLines
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin4-4/+4
2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet1-1/+1
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-5/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin16-44/+44
2014-08-20java: remove unnecessary return statementsNoel Grandin16-53/+0
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin6-7/+7
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin12-13/+13
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin43-78/+78
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin113-246/+246
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin97-159/+159
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin24-45/+45
2014-08-17coverity#1132709 Uncaught exceptionCaolán McNamara2-1/+21
2014-08-17coverity#1231674 Uncaught exceptionCaolán McNamara1-1/+31
2014-08-14java: remove commented out codeNoel Grandin63-212/+2
2014-08-14remove usage of DOCPTH and CNCSTRNoel Grandin10-17/+17
2014-08-12java: fix broken javadoc tagsNoel Grandin2-2/+0
2014-08-12java: remove useless javadoc tagsNoel Grandin1-1/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin925-6/+2099
2014-08-11fdo#82151 finish fixupLionel Elie Mamane2-19/+133
2014-08-11java: remove unused parametersNoel Grandin5-7/+7
2014-08-11java: remove unused parametersNoel Grandin80-113/+87
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin13-86/+21
2014-08-08java: remove redundant null checksNoel Grandin5-8/+2
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin2-4/+0
2014-08-08java: variable cannot be nullNoel Grandin6-19/+12
2014-08-08java: remove dead methodsNoel Grandin1-4/+0
2014-08-05java: remove commented out codeNoel Grandin27-260/+2
2014-08-05java: remove unused fieldsNoel Grandin1-4/+0
2014-08-04java: remove some unused import statementsNoel Grandin397-400/+0
2014-08-04java: remove some unused variablesNoel Grandin85-86/+86
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin683-1111/+1103
2014-08-04java: removed unused importsNoel Grandin5-6/+0
2014-08-04fix spelling compilant -> compliantNoel Grandin247-251/+251
2014-08-04fix spelling sinse -> sinceNoel Grandin1-1/+1
2014-08-04simplify some java static initializersNoel Grandin1-4/+2
2014-08-01typo: more then -> more thanTakeshi Abe1-1/+1
2014-06-16Improve test failure outputStephan Bergmann1-3/+12
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni66-114/+114
2014-04-27Fix typo: cought => caughtMatteo Casalin1-1/+1
2014-04-18Typo: s/shure/sureTor Lillqvist1-1/+1
2014-04-14typo: curosr -> cursorThomas Arnhold1-1/+1
2014-04-14typo: puposes -> purposesThomas Arnhold1-1/+1
2014-04-14typo: excption -> exceptionThomas Arnhold1-1/+1
2014-04-14typo: accesible -> accessibleThomas Arnhold1-1/+1
2014-04-10It's "its", not "it's"Tor Lillqvist4-4/+4
2014-03-10qadevOOo: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-1/+1
2014-02-26Remove visual noise from qadevOOoAlexander Wilms7-13/+13
2014-02-25Typo: folowing -> following + elemtens -> elementsJulien Nabet2-3/+3