summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/helper
AgeCommit message (Expand)Author
2015-09-30Fix typosAndrea Gelmini
2015-07-08typo: contest -> contentAndras Timar
2015-07-08Fix typosAndrea Gelmini
2015-07-03Fix typosAndrea Gelmini
2015-06-30Fix typosAndrea Gelmini
2015-06-28Fix typosAndrea Gelmini
2015-06-26fix spelling correcly -> correctlyNoel Grandin
2015-04-20java: remove some unused codeNoel Grandin
2015-04-20java: some random small cleanupsNoel Grandin
2015-02-24TyposJulien Nabet
2015-01-13java: inline some test propertiesNoel Grandin
2015-01-13java: nothing is passing a "-ini" parameter into the RunnerServiceNoel Grandin
2015-01-13java: NO_CWS_ATTACH parameter is unusedNoel Grandin
2015-01-13java: DONT_BACKUP_USERLAYER parameter is unusedNoel Grandin
2015-01-12java: simplify command-line parameter parsing in ClParserNoel Grandin
2015-01-12java: APP_KILL_COMMAND is unusedNoel Grandin
2015-01-12java: simplify sleeping and waiting in testsNoel Grandin
2015-01-05java: static fields that should be instance fieldsNoel Grandin
2014-12-19java: unused importNoel Grandin
2014-12-19java: dead codeNoel Grandin
2014-12-19java: synching on an interned String object not goodNoel Grandin
2014-12-12java: remove dead code in qadevOOoNoel Grandin
2014-12-11java: remove some unnecessary interfacesNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-25java: remove some comment noiseNoel Grandin
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