Age | Commit message (Expand) | Author |
2015-04-20 | java: remove some unused code | Noel Grandin |
2015-04-20 | java: some random small cleanups | Noel Grandin |
2015-02-24 | Typos | Julien Nabet |
2015-01-13 | java: inline some test properties | Noel Grandin |
2015-01-13 | java: nothing is passing a "-ini" parameter into the RunnerService | Noel Grandin |
2015-01-13 | java: NO_CWS_ATTACH parameter is unused | Noel Grandin |
2015-01-13 | java: DONT_BACKUP_USERLAYER parameter is unused | Noel Grandin |
2015-01-12 | java: simplify command-line parameter parsing in ClParser | Noel Grandin |
2015-01-12 | java: APP_KILL_COMMAND is unused | Noel Grandin |
2015-01-12 | java: simplify sleeping and waiting in tests | Noel Grandin |
2015-01-05 | java: static fields that should be instance fields | Noel Grandin |
2014-12-19 | java: unused import | Noel Grandin |
2014-12-19 | java: dead code | Noel Grandin |
2014-12-19 | java: synching on an interned String object not good | Noel Grandin |
2014-12-12 | java: remove dead code in qadevOOo | Noel Grandin |
2014-12-11 | java: remove some unnecessary interfaces | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-10-30 | java: calling ready() on a BufferedReader is a dodgy way.. | Noel Grandin |
2014-10-30 | runner: Dereference of the result of readLine() without nullcheck | Robert Antoni Buj i Gelonch |
2014-10-25 | java: prevent overflow by using 'long int' arithmetic in multiplication | Robert Antoni Buj i Gelonch |
2014-10-19 | runner: Iterate over each Entry in a Map | Robert Antoni Buj i Gelonch |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-14 | runner: finally block to ensure that a resource is closed (Prior to Java SE 7) | Robert Antoni Buj i Gelonch |
2014-10-12 | runner: code will never be executed | Robert Antoni Buj i Gelonch |
2014-10-10 | runner: The if statement is redundant | Robert Antoni Buj i Gelonch |
2014-10-07 | java: simplify some for loops to while loops | Noel Grandin |
2014-10-07 | java: simplify conditions involving logical negation | Noel Grandin |
2014-10-02 | runner: Converting ArrayList to Array | Robert Antoni Buj i Gelonch |
2014-09-11 | qadevOOo: use String.length()==0 instead of String.equals(empty string) | rbuj |
2014-09-10 | qadevOOo: use a character literal | rbuj |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin |
2014-08-19 | java: remove unused methods | Noel Grandin |
2014-08-14 | java: remove unused imports | Noel Grandin |
2014-08-14 | java: remove commented out code | Noel Grandin |
2014-08-14 | clean upo runner.lib.TestParameters | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: remove unused fields | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make member classes private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |