summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util
AgeCommit message (Expand)Author
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-12java: convert fields to local variables where possibleNoel Grandin
2014-10-30java: Questionable use of non-short-circuit logicRobert Antoni Buj i Gelonch
2014-10-17java: when rethrowing exceptions, store the originalNoel Grandin
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-15runner: replace '.size() == 0' with '.isEmpty()' (collections)Robert Antoni Buj i Gelonch
2014-10-14reformat ValueChangerNoel Grandin
2014-10-14runner: Null pointer dereferenceRobert Antoni Buj i Gelonch
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-12runner: Concatenating null strings in Java (JDK 1.5+)Robert Antoni Buj i Gelonch
2014-10-12runner: remove import from same packageRobert Antoni Buj i Gelonch
2014-10-12runner: remove import from java.lang PackageRobert Antoni Buj i Gelonch
2014-10-12runner: 'static final' to declare constants when it isn't an interfaceRobert Antoni Buj i Gelonch
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-10-07java: use equalsIgnoreCase() instead of toLowerCase().equals()Noel Grandin
2014-10-07java: remove unnecessary adding of empty stringsNoel Grandin
2014-10-07java: no need to check for null before calling instanceofNoel Grandin
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-11qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-10qadevOOo: Convert a primitive type into a stringrbuj
2014-09-10qadevOOo: use a character literalrbuj
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: remove unnecessary return statementsNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-14java: remove commented out codeNoel Grandin
2014-08-14clean upo runner.lib.TestParametersNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: remove useless javadoc tagsNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-11java: remove unused parametersNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin