summaryrefslogtreecommitdiff
path: root/qadevOOo/tests
AgeCommit message (Expand)AuthorFilesLines
2014-12-15java: remove some unused fields and variablesNoel Grandin7-32/+1
2014-12-11java: reduce visibility of fields and methodsNoel Grandin44-113/+113
2014-12-10java: remove comment noiseNoel Grandin1-1/+0
2014-11-25java: remove some comment noiseNoel Grandin1-6/+1
2014-11-25java: final fields that can be staticNoel Grandin17-18/+18
2014-11-24java,qadev: remove unused parameters and local varsNoel Grandin16-21/+14
2014-11-18java: make fields final where possibleNoel Grandin55-85/+84
2014-11-18java: rather use @Deprecated annotationNoel Grandin1-1/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini29-58/+58
2014-11-12java: convert fields to local variables where possibleNoel Grandin9-27/+17
2014-11-12java: reduce excessive code indentation levelsNoel Grandin1-14/+15
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