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-02-09 | Fix of a few typos | Andrea Gelmini |
2015-01-14 | LinkUpdateMode property values must be in the range 0--2 or 0--3 | Stephan Bergmann |
2015-01-13 | css.form.component.{CheckBox,RadioButton} DefaultState property values | Stephan Bergmann |
2015-01-13 | java: inline some test properties | Noel Grandin |
2015-01-13 | java: nothing is passing in a "ComplexIni" parameter | Noel Grandin |
2015-01-13 | java: nothing is passing a "-ini" parameter into the RunnerService | Noel Grandin |
2015-01-13 | java: move DEFAULT_SHORT_WAIT_MS to util.utils | 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-12 | java: no need to instantiate the AccessibilityTools object | Noel Grandin |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-05 | java: static fields that should be instance fields | Noel Grandin |
2015-01-05 | java: these fields can become local variables | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2014-12-19 | java: reduce visibility of some methods and fields | Noel Grandin |
2014-12-19 | java: unused import | Noel Grandin |
2014-12-19 | java: static fields that should not be static | 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-19 | java: these fields can be converted to local variables | Noel Grandin |
2014-12-15 | java: remove some unused fields and variables | 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-12-10 | java: remove comment noise | Noel Grandin |
2014-12-05 | java: remove some comment noise | Noel Grandin |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-24 | java,qadev: remove unused parameters and local vars | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-18 | java: rather use @Deprecated annotation | 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 | java: Questionable use of non-short-circuit logic | Robert Antoni Buj i Gelonch |
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-18 | java: loss of precission | Robert Antoni Buj i Gelonch |
2014-10-17 | java: when rethrowing exceptions, store the original | Noel Grandin |
2014-10-17 | java: no need to call String.valueOf to append to a String | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | runner: if .. else if .. else | Robert Antoni Buj i Gelonch |
2014-10-16 | java: always use braces for while loops | Noel Grandin |