Age | Commit message (Expand) | Author |
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-12 | java: no need to sleep quite so often | Noel Grandin |
2015-01-09 | java: simplify array creation | Noel Grandin |
2015-01-09 | override the overloading of "overload" to decrease cognitive (over-)load | Michael Stahl |
2015-01-05 | java: unnecessary method overrides | Noel Grandin |
2015-01-05 | java: simplify if statement | Noel Grandin |
2015-01-05 | java: unnecessary imports | Noel Grandin |
2015-01-05 | java: more efficient float parsing | Noel Grandin |
2015-01-05 | java: avoid octal literals | Noel Grandin |
2015-01-05 | java: use brackets to make difference between concat and plus | Noel Grandin |
2015-01-05 | java: remove more dead code | Noel Grandin |
2015-01-05 | java: static fields that should be instance fields | Noel Grandin |
2015-01-05 | java: compare Strings using equals() | 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: unused imports | Noel Grandin |
2014-12-19 | java: synching on an interned String object not good | Noel Grandin |
2014-12-19 | java: this does not need to be a Thread | Noel Grandin |
2014-12-19 | java: these fields can be converted to local variables | Noel Grandin |
2014-12-16 | java: remove OOoRunnerLight | Noel Grandin |
2014-12-15 | java: remove some unused fields and variables | Noel Grandin |
2014-12-12 | Revert "java: remove the unit test skeleton code" | Noel Grandin |
2014-12-12 | java: remove the unit test skeleton code | 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-10 | java: simplify the getMSF() methods | 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-11-12 | java: reduce excessive code indentation levels | Noel Grandin |