summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper
AgeCommit message (Expand)AuthorFilesLines
2015-07-03Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini2-2/+2
2015-06-28Fix typosAndrea Gelmini2-2/+2
2015-06-26fix spelling correcly -> correctlyNoel Grandin1-1/+1
2015-04-20java: remove some unused codeNoel Grandin2-28/+0
2015-04-20java: some random small cleanupsNoel Grandin2-2/+0
2015-02-24TyposJulien Nabet1-1/+1
2015-01-13java: inline some test propertiesNoel Grandin1-43/+2
2015-01-13java: nothing is passing a "-ini" parameter into the RunnerServiceNoel Grandin1-40/+0
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin1-1/+0
2015-01-13java: DONT_BACKUP_USERLAYER parameter is unusedNoel Grandin1-28/+22
2015-01-12java: simplify command-line parameter parsing in ClParserNoel Grandin1-27/+22
2015-01-12java: APP_KILL_COMMAND is unusedNoel Grandin2-30/+0
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin5-52/+13
2015-01-05java: static fields that should be instance fieldsNoel Grandin1-4/+4
2014-12-19java: unused importNoel Grandin1-1/+0
2014-12-19java: dead codeNoel Grandin1-52/+2
2014-12-19java: synching on an interned String object not goodNoel Grandin1-4/+1
2014-12-12java: remove dead code in qadevOOoNoel Grandin7-574/+0
2014-12-11java: remove some unnecessary interfacesNoel Grandin1-4/+11
2014-12-11java: reduce visibility of fields and methodsNoel Grandin2-3/+3
2014-11-25java: remove some comment noiseNoel Grandin1-7/+0
2014-11-18java: make fields final where possibleNoel Grandin5-16/+16
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini2-2/+2
2014-11-12java: convert fields to local variables where possibleNoel Grandin2-13/+6
2014-10-30java: calling ready() on a BufferedReader is a dodgy way..Noel Grandin1-17/+12
2014-10-30runner: Dereference of the result of readLine() without nullcheckRobert Antoni Buj i Gelonch1-9/+13
2014-10-25java: prevent overflow by using 'long int' arithmetic in multiplicationRobert Antoni Buj i Gelonch2-2/+2
2014-10-19runner: Iterate over each Entry in a MapRobert Antoni Buj i Gelonch1-8/+11
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin2-14/+14
2014-10-16java: always use braces for while loopsNoel Grandin1-1/+2
2014-10-14runner: finally block to ensure that a resource is closed (Prior to Java SE 7)Robert Antoni Buj i Gelonch1-9/+19
2014-10-12runner: code will never be executedRobert Antoni Buj i Gelonch1-4/+0
2014-10-10runner: The if statement is redundantRobert Antoni Buj i Gelonch1-33/+12
2014-10-07java: simplify some for loops to while loopsNoel Grandin1-2/+2
2014-10-07java: simplify conditions involving logical negationNoel Grandin1-1/+1
2014-10-02runner: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch3-18/+4
2014-09-11qadevOOo: use String.length()==0 instead of String.equals(empty string)rbuj2-2/+2
2014-09-10qadevOOo: use a character literalrbuj1-11/+11
2014-08-20java: remove unnecessary constructor declarationsNoel Grandin3-12/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin1-3/+3
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin3-4/+4
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin1-1/+1
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin4-5/+5
2014-08-19java: remove unused methodsNoel Grandin4-125/+0
2014-08-14java: remove unused importsNoel Grandin1-2/+0
2014-08-14java: remove commented out codeNoel Grandin3-99/+38
2014-08-14clean upo runner.lib.TestParametersNoel Grandin2-4/+4
2014-08-13java: remove dead methodsNoel Grandin6-189/+6