summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
AgeCommit message (Expand)AuthorFilesLines
2014-10-17java: dodgy &= operationNoel Grandin1-4/+2
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin2-4/+2
2014-10-17java: final fields that can be staticNoel Grandin5-7/+7
2014-10-17java: no need to call String.valueOf to append to a StringNoel Grandin1-1/+1
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin47-233/+106
2014-10-16java: always use braces for while loopsNoel Grandin6-7/+12
2014-10-09typo: proeprty -> propertyAndras Timar3-3/+3
2014-10-09typo: Lable -> LabelAndras Timar1-2/+2
2014-10-07java: simplify some for loops to while loopsNoel Grandin1-1/+1
2014-10-07java: use equals() to compare Strings, not ==Noel Grandin3-3/+3
2014-10-07java: simplify conditions involving logical negationNoel Grandin4-11/+11
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin3-8/+8
2014-10-07java: optimise calls to toArrayNoel Grandin1-2/+2
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin4-6/+6
2014-10-07java: no need to check for null before calling instanceofNoel Grandin1-1/+1
2014-10-07java: remove useless overriding methodsNoel Grandin1-19/+0
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-2/+3
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