Age | Commit message (Expand) | Author |
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 |
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: dodgy &= operation | Noel Grandin |
2014-10-17 | java: when rethrowing exceptions, store the original | Noel Grandin |
2014-10-17 | java: final fields that can be static | 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 |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-10-15 | runner: replace '.size() == 0' with '.isEmpty()' (collections) | Robert Antoni Buj i Gelonch |
2014-10-14 | reformat ValueChanger | Noel Grandin |
2014-10-14 | runner: Null pointer dereference | Robert Antoni Buj i Gelonch |
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 | java: import from the same package | Robert Antoni Buj i Gelonch |
2014-10-13 | runner: Object comparison | Robert Antoni Buj i Gelonch |
2014-10-12 | runner: code will never be executed | Robert Antoni Buj i Gelonch |
2014-10-12 | runner: Concatenating null strings in Java (JDK 1.5+) | Robert Antoni Buj i Gelonch |
2014-10-12 | runner: remove import from same package | Robert Antoni Buj i Gelonch |
2014-10-12 | runner: remove import from java.lang Package | Robert Antoni Buj i Gelonch |
2014-10-12 | runner: 'static final' to declare constants when it isn't an interface | Robert Antoni Buj i Gelonch |
2014-10-11 | It is more efficient to use the integer implementations of String.indexOf() | Robert Antoni Buj i Gelonch |
2014-10-10 | runner: The if statement is redundant | Robert Antoni Buj i Gelonch |
2014-10-09 | typo: proeprty -> property | Andras Timar |
2014-10-09 | typo: Lable -> Label | Andras Timar |
2014-10-07 | java: simplify some for loops to while loops | Noel Grandin |
2014-10-07 | while loop that ends in a return is more accurately an if block | Noel Grandin |