Age | Commit message (Expand) | Author |
2014-11-27 | java,wizards: remove unused class XCommandSelectionListener | Noel Grandin |
2014-11-27 | java,wizards: remove completely unreferenced fields | Noel Grandin |
2014-11-27 | java,wizards: remove unnecessary use of reflection | Noel Grandin |
2014-11-27 | java,wizards: remove unnecessary use of reflection | Noel Grandin |
2014-11-25 | java,wizards: forgot to commit some files | Noel Grandin |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-25 | java: remove now unused CommonListener class | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert event listeners to inner classes | Noel Grandin |
2014-11-25 | java,wizards: convert some listeners to more normal inner classes | Noel Grandin |
2014-11-25 | java: simplify CommonListenere some more | Noel Grandin |
2014-11-25 | java: simplify the CommonListener stuff | Noel Grandin |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-24 | convert EventNames to an enum | Noel Grandin |
2014-11-24 | merge AbstractListener into CommonListener | Noel Grandin |
2014-11-24 | the getGuiEventListener method is unnecessary | Noel Grandin |
2014-11-24 | the UnoDialog constructor parameters can be simplified | Noel Grandin |
2014-11-24 | createListener() is never overriden | Noel Grandin |
2014-11-18 | java, wizards: remove unused local variables and fields | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-18 | java: rather use @Deprecated annotation | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: convert fields to local variables where possible | Noel Grandin |
2014-11-10 | fix spelling implemenation -> implementation | Noel Grandin |
2014-10-30 | java: Method uses the same code for two switch clauses | Robert Antoni Buj i Gelonch |
2014-10-30 | java: Questionable use of non-short-circuit logic | Robert Antoni Buj i Gelonch |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-17 | java: no need to call String.valueOf to append to a String | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: replace 'new Short' with 'Short.valueOf' | Noel Grandin |
2014-10-16 | java: replace 'new Integer' with 'Integer.valueOf' | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-10-16 | java: no need to explicitly code default constructors | Noel Grandin |
2014-10-16 | java: methods in interfaces are implicitly public | Noel Grandin |
2014-10-16 | remove unnecessary catch block | Noel Grandin |
2014-10-16 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |
2014-10-16 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-10-16 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-10-16 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-10-15 | rm ‘public static final’ modifiers from field declarations within interfaces | Robert Antoni Buj i Gelonch |
2014-10-14 | java: remove useless javadoc tags | Noel Grandin |
2014-10-13 | java: import from the same package | Robert Antoni Buj i Gelonch |
2014-10-11 | It is more efficient to use the integer implementations of String.indexOf() | Robert Antoni Buj i Gelonch |
2014-10-07 | java: use isEmpty() instead of "size() == 0" | Noel Grandin |
2014-10-07 | java: use equalsIgnoreCase() instead of toLowerCase().equals() | Noel Grandin |
2014-10-07 | java: simplify conditions involving logical negation | Noel Grandin |
2014-09-24 | Removed uneeded checks. | Ryan McCoskrie |