summaryrefslogtreecommitdiff
path: root/xmerge
AgeCommit message (Expand)Author
2014-10-18xmerge: use java.nio.ByteBuffer (JDK 1.4+)Robert Antoni Buj i Gelonch
2014-10-16java: when rethrowing, store the original exceptionNoel Grandin
2014-10-16xmerge: use String.formatRobert Antoni Buj i Gelonch
2014-10-16java: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin
2014-10-13java: import from the same packageRobert Antoni Buj i Gelonch
2014-10-13xmerge: ensure that the stream is cleaned up before the method returnsRobert Antoni Buj i Gelonch
2014-10-10xmerge: The if statement is redundantRobert Antoni Buj i Gelonch
2014-10-07java: simplify conditions involving logical negationNoel Grandin
2014-10-07java: remove some unnecessary intermediary object creationNoel Grandin
2014-10-07xmerge: reuse the value of node.getNodeName() and remove duplicated constantsRobert Antoni Buj i Gelonch
2014-10-02xmerge: reuse the value of value.indexOf and remove duplicated codeRobert Antoni Buj i Gelonch
2014-10-02xmerge: Converting ArrayList to ArrayRobert Antoni Buj i Gelonch
2014-09-29fix more Java1.5 incompatibilityNoel Grandin
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin
2014-09-11xmerge: Convert a primitive type into a stringrbuj
2014-09-09xmerge: use String.length()==0 instead of String.equals(empty string)rbuj
2014-09-09xmerge: use a character literalrbuj
2014-09-08xmerge: Integer & Boolean Parsingrbuj
2014-09-04xmerge: javadoc maintenance and minor code formattingrbuj
2014-09-03xmerge: replace package.html with package-info.javarbuj
2014-08-30xmerge: fix javadoc errors for JDK 8rbuj
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin
2014-08-20java: remove modifiers implied by the contextNoel Grandin
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin
2014-08-20no need to instantiate an object to get it's classNoel Grandin
2014-08-20xmerge: Convert a primitive type into a stringrbuj
2014-08-19java: no need to instantiate String objects directlyNoel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin
2014-08-19java: remove unused methodsNoel Grandin
2014-08-14java: remove unused importsNoel Grandin
2014-08-13remove dead java constantsNoel Grandin
2014-08-13java: remove dead methodsNoel Grandin
2014-08-13java: remove unused fieldsNoel Grandin
2014-08-13java: reduce scope, make some methods privateNoel Grandin
2014-08-13java: reduce scope, make member classes privateNoel Grandin
2014-08-13java: reduce scope, make fields privateNoel Grandin
2014-08-13java: reduce scope, make constructors privateNoel Grandin
2014-08-12java: reduce scope, make constants privateNoel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin
2014-08-02xmerge: Remove local variable name conflictrbuj
2014-08-02xmerge: Avoid a possible null pointer exceptionrbuj
2014-08-02xmerge: javadoc <code>..</code> fixrbuj
2014-08-02xmerge: The assigned value is never usedrbuj
2014-08-02xmerge: String comparisonrbuj
2014-08-01xmerge: Use J2SE 5.0 String.{replace|contains}rbuj
2014-08-01xmerge: simplify static final constructorsNoel Grandin