Age | Commit message (Expand) | Author |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-10-25 | java: prevent overflow by using 'long int' arithmetic in multiplication | Robert Antoni Buj i Gelonch |
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-14 | runner: finally block to ensure that a resource is closed (Prior to Java SE 7) | Robert Antoni Buj i Gelonch |
2014-10-13 | java: Collections.addAll for adding an array of elements to a Collection | Robert Antoni Buj i Gelonch |
2014-10-13 | runner: Object comparison | Robert Antoni Buj i Gelonch |
2014-10-10 | runner: The if statement is redundant | Robert Antoni Buj i Gelonch |
2014-10-07 | java: use isEmpty() instead of "size() == 0" | Noel Grandin |
2014-10-07 | java: use equalsIgnoreCase() instead of toLowerCase().equals() | Noel Grandin |
2014-10-07 | java: simplify conditions involving logical negation | Noel Grandin |
2014-09-10 | qadevOOo: Number Parsing | 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 if..else when returning boolean values | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin |
2014-08-20 | java: Avoid naming non-fields with the prefix m_ | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | 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-13 | remove dead java constants | 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 fields private | Noel Grandin |
2014-08-12 | java: reduce scope, make constants private | Noel Grandin |
2014-08-12 | java: return value of trim() ignored | Noel Grandin |
2014-08-12 | java: remove useless javadoc tags | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: redundant assignment, variable can only be null | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-04 | java: remove workarounds for missing functionality pre java 1.5 | Noel Grandin |
2014-08-04 | java: remove some casting in lib.TestParameters#getMSF | Noel Grandin |
2014-08-01 | typo: more then -> more than | Takeshi Abe |
2014-05-05 | simplify ternary conditions "xxx ? yyy : false" | Noel Grandin |
2014-04-30 | Many spelling fixes: directory qadevOOo. | Pedro Giffuni |
2014-04-14 | typo: choise -> choice | Thomas Arnhold |
2014-04-10 | It's "its", not "it's" | Tor Lillqvist |
2014-02-26 | Remove visual noise from qadevOOo | Alexander Wilms |
2013-12-20 | typo fixes | Andras Timar |
2013-11-24 | Some Java String clean-up | Stephan Bergmann |
2013-09-26 | typo fixes in comments | Andras Timar |
2013-02-22 | s/the the/the/ | Tor Lillqvist |
2013-01-06 | The "ProductSource" (MWS name) makes no sense any more | Tor Lillqvist |