Age | Commit message (Expand) | Author |
2014-11-18 | java: make fields final where possible | 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-18 | xmerge: use java.nio.ByteBuffer (JDK 1.4+) | Robert Antoni Buj i Gelonch |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | xmerge: use String.format | Robert Antoni Buj i Gelonch |
2014-10-16 | java: ensure that the stream is cleaned up before the method returns | 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-13 | java: import from the same package | Robert Antoni Buj i Gelonch |
2014-10-13 | xmerge: ensure that the stream is cleaned up before the method returns | Robert Antoni Buj i Gelonch |
2014-10-10 | xmerge: The if statement is redundant | Robert Antoni Buj i Gelonch |
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 | xmerge: reuse the value of node.getNodeName() and remove duplicated constants | Robert Antoni Buj i Gelonch |
2014-10-02 | xmerge: reuse the value of value.indexOf and remove duplicated code | Robert Antoni Buj i Gelonch |
2014-10-02 | xmerge: Converting ArrayList to Array | Robert Antoni Buj i Gelonch |
2014-09-29 | fix more Java1.5 incompatibility | Noel Grandin |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-11 | xmerge: Convert a primitive type into a string | rbuj |
2014-09-09 | xmerge: use String.length()==0 instead of String.equals(empty string) | rbuj |
2014-09-09 | xmerge: use a character literal | rbuj |
2014-09-08 | xmerge: Integer & Boolean Parsing | rbuj |
2014-09-04 | xmerge: javadoc maintenance and minor code formatting | rbuj |
2014-09-03 | xmerge: replace package.html with package-info.java | rbuj |
2014-08-30 | xmerge: fix javadoc errors for JDK 8 | rbuj |
2014-08-20 | java: don't catch and then just rethrow an exception | Noel Grandin |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin |
2014-08-20 | no need to instantiate an object to get it's class | Noel Grandin |
2014-08-20 | xmerge: Convert a primitive type into a string | rbuj |
2014-08-19 | java: no need to instantiate String objects directly | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | 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-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 member classes private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-13 | java: reduce scope, make constructors private | Noel Grandin |
2014-08-12 | java: reduce scope, make constants private | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-02 | xmerge: Remove local variable name conflict | rbuj |
2014-08-02 | xmerge: Avoid a possible null pointer exception | rbuj |
2014-08-02 | xmerge: javadoc <code>..</code> fix | rbuj |