summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper
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: calling ready() on a BufferedReader is a dodgy way..Noel Grandin
2014-10-30runner: Dereference of the result of readLine() without nullcheckRobert Antoni Buj i Gelonch
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch
2014-10-19runner: Iterate over each Entry in a MapRobert Antoni Buj i Gelonch
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch
2014-10-12runner: code will never be executedRobert Antoni Buj i Gelonch
2014-10-10runner: The if statement is redundantRobert Antoni Buj i Gelonch
2014-10-07java: simplify some for loops to while loopsNoel Grandin
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-02runner: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch
2014-09-11qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj
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: avoid unnecessary comparisons in boolean expressionsNoel 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: 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: 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
2014-08-08java: remove redundant null checksNoel Grandin
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2014-08-05java: remove unused importNoel Grandin
2014-08-04java: remove java 1.4 commented out codeNoel Grandin
2014-08-04java: remove workarounds for missing functionality pre java 1.5Noel Grandin
2014-08-04java: remove some unused import statementsNoel Grandin
2014-08-04java: remove some casting in lib.TestParameters#getMSFNoel Grandin
2014-04-30Many spelling fixes: directory qadevOOo.Pedro Giffuni
2014-04-14typo: usualy -> usuallyThomas Arnhold
2014-04-14typo: dependend -> dependentThomas Arnhold
2014-02-26Remove visual noise from qadevOOoAlexander Wilms