summaryrefslogtreecommitdiffstats
path: root/xmerge
Commit message (Expand)AuthorAgeFilesLines
* java: when rethrowing exceptions, store the original causeNoel Grandin2014-09-252-12/+6
* xmerge: Convert a primitive type into a stringrbuj2014-09-111-1/+1
* xmerge: use String.length()==0 instead of String.equals(empty string)rbuj2014-09-092-2/+2
* xmerge: use a character literalrbuj2014-09-096-11/+11
* xmerge: Integer & Boolean Parsingrbuj2014-09-084-22/+7
* xmerge: javadoc maintenance and minor code formattingrbuj2014-09-0496-4521/+3496
* xmerge: replace package.html with package-info.javarbuj2014-09-0320-583/+502
* xmerge: fix javadoc errors for JDK 8rbuj2014-08-309-70/+76
* java: don't catch and then just rethrow an exceptionNoel Grandin2014-08-201-6/+0
* java: remove modifiers implied by the contextNoel Grandin2014-08-2015-112/+102
* java: avoid unnecessary comparisons in boolean expressionsNoel Grandin2014-08-205-10/+10
* no need to instantiate an object to get it's classNoel Grandin2014-08-201-2/+1
* xmerge: Convert a primitive type into a stringrbuj2014-08-203-7/+5
* java: no need to instantiate String objects directlyNoel Grandin2014-08-196-9/+9
* java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin2014-08-196-9/+9
* java: classes in java.lang package do not need to be fully qualifiedNoel Grandin2014-08-193-7/+6
* java: remove unused methodsNoel Grandin2014-08-191-32/+0
* java: remove unused importsNoel Grandin2014-08-143-9/+0
* remove dead java constantsNoel Grandin2014-08-131-70/+0
* java: remove dead methodsNoel Grandin2014-08-1319-580/+14
* java: remove unused fieldsNoel Grandin2014-08-137-42/+21
* java: reduce scope, make some methods privateNoel Grandin2014-08-1315-26/+26
* java: reduce scope, make member classes privateNoel Grandin2014-08-131-1/+1
* java: reduce scope, make fields privateNoel Grandin2014-08-137-24/+24
* java: reduce scope, make constructors privateNoel Grandin2014-08-132-2/+2
* java: reduce scope, make constants privateNoel Grandin2014-08-124-14/+14
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-1220-6/+46
* java: remove exceptions from throws clauses that are notNoel Grandin2014-08-082-20/+4
* xmerge: Remove local variable name conflictrbuj2014-08-021-3/+3
* xmerge: Avoid a possible null pointer exceptionrbuj2014-08-022-23/+12
* xmerge: javadoc <code>..</code> fixrbuj2014-08-021-1/+1
* xmerge: The assigned value is never usedrbuj2014-08-021-2/+2
* xmerge: String comparisonrbuj2014-08-021-2/+2
* xmerge: Use J2SE 5.0 String.{replace|contains}rbuj2014-08-011-10/+9
* xmerge: simplify static final constructorsNoel Grandin2014-08-012-19/+7
* xmerge: static non-final variable in the initializationrbuj2014-08-011-2/+2
* xmerge: Remove local variable name conflictrbuj2014-08-015-10/+10
* xmerge: If statement is redundantrbuj2014-08-012-11/+3
* xmerge: The assigned value is never usedrbuj2014-08-014-8/+7
* xmerge: String comparisonrbuj2014-08-011-1/+1
* xmerge: Avoid java.util.ConcurrentModificationExceptionrbuj2014-07-311-8/+7
* remove commented out codeNoel Grandin2014-07-311-36/+16
* xmerge: The assigned value is never usedrbuj2014-07-292-19/+10
* xmerge: If statement is redundantrbuj2014-07-283-21/+9
* xmerge: Enhanced For-Loopsrbuj2014-07-286-39/+22
* xmerge: If statement is redundantrbuj2014-07-282-18/+6
* xmerge: @Overriderbuj2014-07-285-0/+11
* xmerge: javadoc <code>..</code> fixrbuj2014-07-282-2/+2
* xmerge: remove String constructor invocationrbuj2014-07-281-12/+8
* xmerge: Unused assignmentrbuj2014-07-281-1/+1