Age | Commit message (Expand) | Author |
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 |
2014-08-02 | xmerge: The assigned value is never used | rbuj |
2014-08-02 | xmerge: String comparison | rbuj |
2014-08-01 | xmerge: Use J2SE 5.0 String.{replace|contains} | rbuj |
2014-08-01 | xmerge: simplify static final constructors | Noel Grandin |
2014-08-01 | xmerge: static non-final variable in the initialization | rbuj |
2014-08-01 | xmerge: Remove local variable name conflict | rbuj |
2014-08-01 | xmerge: If statement is redundant | rbuj |
2014-08-01 | xmerge: The assigned value is never used | rbuj |
2014-08-01 | xmerge: String comparison | rbuj |
2014-07-31 | xmerge: Avoid java.util.ConcurrentModificationException | rbuj |
2014-07-31 | remove commented out code | Noel Grandin |
2014-07-29 | xmerge: The assigned value is never used | rbuj |
2014-07-28 | xmerge: If statement is redundant | rbuj |
2014-07-28 | xmerge: Enhanced For-Loops | rbuj |
2014-07-28 | xmerge: If statement is redundant | rbuj |
2014-07-28 | xmerge: @Override | rbuj |
2014-07-28 | xmerge: javadoc <code>..</code> fix | rbuj |
2014-07-28 | xmerge: remove String constructor invocation | rbuj |
2014-07-28 | xmerge: Unused assignment | rbuj |
2014-07-27 | xmerge: remove import from same package | rbuj |
2014-07-27 | xmerge: javadoc <p>..</p> fix | rbuj |
2014-06-04 | compareTo -> equals | Noel Grandin |
2014-05-01 | Many spelling fixes: directories r* - z*. | Pedro Giffuni |
2014-03-11 | "overflow" is one word | Tor Lillqvist |
2014-03-10 | xmerge: simplify deprecated XTypeProvider.getImplementationId | Stephan Bergmann |