summaryrefslogtreecommitdiff
path: root/xmerge
AgeCommit message (Expand)AuthorFilesLines
2014-09-25java: when rethrowing exceptions, store the original causeNoel Grandin2-12/+6
2014-09-11xmerge: Convert a primitive type into a stringrbuj1-1/+1
2014-09-09xmerge: use String.length()==0 instead of String.equals(empty string)rbuj2-2/+2
2014-09-09xmerge: use a character literalrbuj6-11/+11
2014-09-08xmerge: Integer & Boolean Parsingrbuj4-22/+7
2014-09-04xmerge: javadoc maintenance and minor code formattingrbuj96-4521/+3496
2014-09-03xmerge: replace package.html with package-info.javarbuj20-583/+502
2014-08-30xmerge: fix javadoc errors for JDK 8rbuj9-70/+76
2014-08-20java: don't catch and then just rethrow an exceptionNoel Grandin1-6/+0
2014-08-20java: remove modifiers implied by the contextNoel Grandin15-112/+102
2014-08-20java: avoid unnecessary comparisons in boolean expressionsNoel Grandin5-10/+10
2014-08-20no need to instantiate an object to get it's classNoel Grandin1-2/+1
2014-08-20xmerge: Convert a primitive type into a stringrbuj3-7/+5
2014-08-19java: no need to instantiate String objects directlyNoel Grandin6-9/+9
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin6-9/+9
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin3-7/+6
2014-08-19java: remove unused methodsNoel Grandin1-32/+0
2014-08-14java: remove unused importsNoel Grandin3-9/+0
2014-08-13remove dead java constantsNoel Grandin1-70/+0
2014-08-13java: remove dead methodsNoel Grandin19-580/+14
2014-08-13java: remove unused fieldsNoel Grandin7-42/+21
2014-08-13java: reduce scope, make some methods privateNoel Grandin15-26/+26
2014-08-13java: reduce scope, make member classes privateNoel Grandin1-1/+1
2014-08-13java: reduce scope, make fields privateNoel Grandin7-24/+24
2014-08-13java: reduce scope, make constructors privateNoel Grandin2-2/+2
2014-08-12java: reduce scope, make constants privateNoel Grandin4-14/+14
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin20-6/+46
2014-08-08java: remove exceptions from throws clauses that are notNoel Grandin2-20/+4
2014-08-02xmerge: Remove local variable name conflictrbuj1-3/+3
2014-08-02xmerge: Avoid a possible null pointer exceptionrbuj2-23/+12
2014-08-02xmerge: javadoc <code>..</code> fixrbuj1-1/+1
2014-08-02xmerge: The assigned value is never usedrbuj1-2/+2
2014-08-02xmerge: String comparisonrbuj1-2/+2
2014-08-01xmerge: Use J2SE 5.0 String.{replace|contains}rbuj1-10/+9
2014-08-01xmerge: simplify static final constructorsNoel Grandin2-19/+7
2014-08-01xmerge: static non-final variable in the initializationrbuj1-2/+2
2014-08-01xmerge: Remove local variable name conflictrbuj5-10/+10
2014-08-01xmerge: If statement is redundantrbuj2-11/+3
2014-08-01xmerge: The assigned value is never usedrbuj4-8/+7
2014-08-01xmerge: String comparisonrbuj1-1/+1
2014-07-31xmerge: Avoid java.util.ConcurrentModificationExceptionrbuj1-8/+7
2014-07-31remove commented out codeNoel Grandin1-36/+16
2014-07-29xmerge: The assigned value is never usedrbuj2-19/+10
2014-07-28xmerge: If statement is redundantrbuj3-21/+9
2014-07-28xmerge: Enhanced For-Loopsrbuj6-39/+22
2014-07-28xmerge: If statement is redundantrbuj2-18/+6
2014-07-28xmerge: @Overriderbuj5-0/+11
2014-07-28xmerge: javadoc <code>..</code> fixrbuj2-2/+2
2014-07-28xmerge: remove String constructor invocationrbuj1-12/+8
2014-07-28xmerge: Unused assignmentrbuj1-1/+1