Age | Commit message (Expand) | Author |
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 |
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: use equals() to compare Strings, not == | Noel Grandin |
2014-10-07 | java: simplify conditions involving logical negation | Noel Grandin |
2014-10-07 | java: remove some unnecessary intermediary object creation | Noel Grandin |
2014-10-07 | java: optimise calls to toArray | Noel Grandin |
2014-10-07 | java: remove unnecessary adding of empty strings | Noel Grandin |
2014-10-07 | java: no need to check for null before calling instanceof | Noel Grandin |
2014-10-07 | java: remove useless overriding methods | Noel Grandin |
2014-10-06 | fdo#73151 Always open Styles&Formatting dialog in the sidebar | Samuel Mehrbrodt |
2014-10-02 | runner: Converting ArrayList to Array | Robert Antoni Buj i Gelonch |
2014-10-01 | runner: Avoid a possible NullPointerException with tCase Object | Robert Antoni Buj i Gelonch |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-24 | fdo#39625 Make existing CppUnittests work | Tobias Madl |
2014-09-11 | qadevOOo: use String.length()==0 instead of String.equals(empty string) | rbuj |
2014-09-10 | Typo: (N|n)ormaly->(N|n)ormally | Julien Nabet |
2014-09-10 | qadevOOo: Convert a primitive type into a string | rbuj |
2014-09-10 | qadevOOo: Number Parsing | rbuj |