summaryrefslogtreecommitdiffstats
path: root/qadevOOo/runner/util
Commit message (Expand)AuthorAgeFilesLines
* java: make fields final where possibleNoel Grandin2014-11-1814-48/+48
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-122-5/+5
* java: convert fields to local variables where possibleNoel Grandin2014-11-121-2/+1
* java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch2014-10-301-1/+2
* java: when rethrowing exceptions, store the originalNoel Grandin2014-10-171-8/+3
* java: when rethrowing, store the original exceptionNoel Grandin2014-10-169-129/+86
* runner: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch2014-10-151-1/+1
* reformat ValueChangerNoel Grandin2014-10-141-934/+980
* runner: Null pointer dereferenceRobert Antoni Buj i Gelonch2014-10-141-5/+5
* runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch2014-10-141-11/+21
* java: import from the same packageRobert Antoni Buj i Gelonch2014-10-131-2/+0
* runner: Concatenating null strings in Java (JDK 1.5+)Robert Antoni Buj i Gelonch2014-10-121-23/+4
* runner: remove import from same packageRobert Antoni Buj i Gelonch2014-10-125-9/+5
* runner: remove import from java.lang PackageRobert Antoni Buj i Gelonch2014-10-121-1/+0
* runner: 'static final' to declare constants when it isn't an interfaceRobert Antoni Buj i Gelonch2014-10-1210-19/+19
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-071-2/+2
* java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin2014-10-071-2/+2
* java: remove unnecessary adding of empty stringsNoel Grandin2014-10-072-4/+4
* java: no need to check for null before calling instanceofNoel Grandin2014-10-071-1/+1
* fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt2014-10-061-9/+8
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-252-3/+3
* qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-111-2/+2
* qadevOOo: Convert a primitive type into a stringrbuj2014-09-101-2/+2
* qadevOOo: use a character literalrbuj2014-09-102-4/+4
* java: remove unnecessary constructor declarationsNoel Grandin2014-08-202-7/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-202-44/+34
* java: remove unnecessary return statementsNoel Grandin2014-08-201-1/+0
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-201-2/+2
* java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin2014-08-191-1/+1
* java: use 'Short.valueOf' instead of 'new Short'Noel Grandin2014-08-192-2/+2
* 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-197-14/+14
* java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin2014-08-191-1/+1
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-191-1/+1
* java: remove unused methodsNoel Grandin2014-08-195-448/+0
* java: remove unused importsNoel Grandin2014-08-147-27/+0
* java: remove commented out codeNoel Grandin2014-08-141-7/+0
* clean upo runner.lib.TestParametersNoel Grandin2014-08-141-0/+25
* java: remove dead methodsNoel Grandin2014-08-1314-1125/+17
* java: remove unused fieldsNoel Grandin2014-08-131-4/+1
* java: reduce scope, make some methods privateNoel Grandin2014-08-1316-47/+47
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-2/+2
* java: reduce scope, make fields privateNoel Grandin2014-08-1318-51/+51
* java: reduce scope, make constructors privateNoel Grandin2014-08-133-6/+6
* java: reduce scope, make constants privateNoel Grandin2014-08-121-8/+8
* java: remove useless javadoc tagsNoel Grandin2014-08-122-2/+0
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1213-0/+55
* java: remove unused parametersNoel Grandin2014-08-114-5/+3
* java: remove unused parametersNoel Grandin2014-08-114-19/+13
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-081-7/+7