summaryrefslogtreecommitdiff
path: root/xmerge
AgeCommit message (Expand)Author
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
2014-08-01xmerge: static non-final variable in the initializationrbuj
2014-08-01xmerge: Remove local variable name conflictrbuj
2014-08-01xmerge: If statement is redundantrbuj
2014-08-01xmerge: The assigned value is never usedrbuj
2014-08-01xmerge: String comparisonrbuj
2014-07-31xmerge: Avoid java.util.ConcurrentModificationExceptionrbuj
2014-07-31remove commented out codeNoel Grandin
2014-07-29xmerge: The assigned value is never usedrbuj
2014-07-28xmerge: If statement is redundantrbuj
2014-07-28xmerge: Enhanced For-Loopsrbuj
2014-07-28xmerge: If statement is redundantrbuj
2014-07-28xmerge: @Overriderbuj
2014-07-28xmerge: javadoc <code>..</code> fixrbuj
2014-07-28xmerge: remove String constructor invocationrbuj
2014-07-28xmerge: Unused assignmentrbuj
2014-07-27xmerge: remove import from same packagerbuj
2014-07-27xmerge: javadoc <p>..</p> fixrbuj
2014-06-04compareTo -> equalsNoel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-03-11"overflow" is one wordTor Lillqvist
2014-03-10xmerge: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-02-26Remove visual noise from xmergeAlexander Wilms
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-05-06Java cleanup, close file handles when done with themNoel Grandin