Age | Commit message (Expand) | Author |
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 |
2014-09-22 | 84059 - form wizard : files required could not be found | Noel Grandin |
2014-09-15 | fdo#75107: make colors and styles localizable in Agenda Wizard | Jennifer Liebel |
2014-09-14 | Updated example paths in wizards/com/sun/star/wizards/README | Ryan McCoskrie |
2014-09-10 | wizards: Number Parsing | rbuj |
2014-09-09 | wizards: use a character literal | rbuj |
2014-09-09 | fix accidental removal of Java wizard code | Noel Grandin |
2014-09-05 | resource files: remove unused definitions | Thomas Arnhold |
2014-09-02 | wizards: fix javadoc error: bad use of '>' | rbuj |
2014-09-02 | wizards: fix javadoc error: self-closing element not allowed | rbuj |
2014-09-02 | wizards: fix javadoc error: text not allowed in <ul> element | rbuj |
2014-09-02 | wizards: fix javadoc error: unknown tag: returns | rbuj |
2014-09-02 | wizards: fix javadoc error: unknown tag: list | rbuj |
2014-08-29 | java: fix reportbuilder and wizard | Noel Grandin |
2014-08-21 | wizards: Enhancements in JavaTools.java | rbuj |
2014-08-21 | wizards: EffectiveMax & EffectiveMin of TINYINT | rbuj |
2014-08-20 | wizards: Number parsing | rbuj |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | java: Avoid naming non-fields with the prefix m_ | Noel Grandin |
2014-08-19 | java: use 'Byte.valueOf' instead of 'new Byte' | Noel Grandin |
2014-08-19 | java: use 'Short.valueOf' instead of 'new Short' | Noel Grandin |