summaryrefslogtreecommitdiffstats
path: root/qadevOOo/tests
Commit message (Expand)AuthorAgeFilesLines
* java: remove comment noiseNoel Grandin2014-12-101-1/+0
* java: remove some comment noiseNoel Grandin2014-11-251-6/+1
* java: final fields that can be staticNoel Grandin2014-11-2517-18/+18
* java,qadev: remove unused parameters and local varsNoel Grandin2014-11-2416-21/+14
* java: make fields final where possibleNoel Grandin2014-11-1855-85/+84
* java: rather use @Deprecated annotationNoel Grandin2014-11-181-1/+0
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1229-58/+58
* java: convert fields to local variables where possibleNoel Grandin2014-11-129-27/+17
* java: reduce excessive code indentation levelsNoel Grandin2014-11-121-14/+15
* java: dodgy &= operationNoel Grandin2014-10-171-4/+2
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-172-4/+2
* java: final fields that can be staticNoel Grandin2014-10-175-7/+7
* java: no need to call String.valueOf to append to a StringNoel Grandin2014-10-171-1/+1
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-1647-233/+106
* java: always use braces for while loopsNoel Grandin2014-10-166-7/+12
* typo: proeprty -> propertyAndras Timar2014-10-093-3/+3
* typo: Lable -> LabelAndras Timar2014-10-091-2/+2
* java: simplify some for loops to while loopsNoel Grandin2014-10-071-1/+1
* java: use equals() to compare Strings, not ==Noel Grandin2014-10-073-3/+3
* java: simplify conditions involving logical negationNoel Grandin2014-10-074-11/+11
* java: remove some unnecessary intermediary object creationNoel Grandin2014-10-073-8/+8
* java: optimise calls to toArrayNoel Grandin2014-10-071-2/+2
* java: remove unnecessary adding of empty stringsNoel Grandin2014-10-074-6/+6
* java: no need to check for null before calling instanceofNoel Grandin2014-10-071-1/+1
* java: remove useless overriding methodsNoel Grandin2014-10-071-19/+0
* fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2014-10-061-2/+3
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-254-4/+4
* Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet2014-09-101-1/+1
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-203-5/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-2016-44/+44
* java: remove unnecessary return statementsNoel Grandin2014-08-2016-53/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-206-7/+7
* java: no need to instantiate String objects directlyNoel Grandin2014-08-191-1/+1
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-1912-13/+13
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-1943-78/+78
* java: use 'Long.valueOf' instead of 'new Long'Noel Grandin2014-08-191-1/+1
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-19113-246/+246
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-1997-159/+159
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-1924-45/+45
* coverity#1132709 Uncaught exceptionCaolán McNamara2014-08-172-1/+21
* coverity#1231674 Uncaught exceptionCaolán McNamara2014-08-171-1/+31
* java: remove commented out codeNoel Grandin2014-08-1463-212/+2
* remove usage of DOCPTH and CNCSTRNoel Grandin2014-08-1410-17/+17
* java: fix broken javadoc tagsNoel Grandin2014-08-122-2/+0
* java: remove useless javadoc tagsNoel Grandin2014-08-121-1/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-12925-6/+2099
* fdo#82151 finish fixupLionel Elie Mamane2014-08-112-19/+133
* java: remove unused parametersNoel Grandin2014-08-115-7/+7
* java: remove unused parametersNoel Grandin2014-08-1180-113/+87
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-0813-86/+21