Age | Commit message (Expand) | Author |
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: remove unnecessary return statements | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | 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 |
2014-08-19 | java: use 'Long.valueOf' instead of 'new Long' | Noel Grandin |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | 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-14 | java: remove commented out code | Noel Grandin |
2014-08-14 | clean upo runner.lib.TestParameters | 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: remove useless javadoc tags | Noel Grandin |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |
2014-08-11 | java: remove unused parameters | Noel Grandin |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin |
2014-08-08 | java: remove redundant null checks | Noel Grandin |
2014-08-08 | java: remove redundant super-interfaces | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove unused fields | Noel Grandin |
2014-08-04 | java: remove workarounds for missing functionality pre java 1.5 | Noel Grandin |
2014-06-10 | fdo#79676: Fix the Java UNO API test with regard to chart tests. | Kohei Yoshida |
2014-04-30 | Many spelling fixes: directory qadevOOo. | Pedro Giffuni |
2014-04-14 | typo: fileds -> fields | Thomas Arnhold |
2014-04-14 | typo: dependend -> dependent | Thomas Arnhold |
2014-04-10 | It's "its", not "it's" | Tor Lillqvist |
2014-03-10 | Remove unused util.dbg.getImplID | Stephan Bergmann |
2014-02-26 | Remove visual noise from qadevOOo | Alexander Wilms |
2014-01-28 | Explicit null check | Stephan Bergmann |
2013-10-04 | 'ist' -> 'is' here and there. | Jan Holesovsky |
2013-09-26 | typo fixes in comments | Andras Timar |
2013-08-05 | Add cases for css.uno.Date/Time to ValueChanger | Stephan Bergmann |
2013-05-21 | Revert "Java cleanup, AccessibilityTools.." | Stephan Bergmann |
2013-05-20 | Java cleanup, AccessibilityTools.. | Noel Grandin |
2013-05-06 | fix typos (wich instead of which) | Philipp Riemer |
2013-05-06 | Java cleanup, convert Hashtable to HashMap | Noel Grandin |
2013-04-26 | Java cleanup, access static methods using correct syntax | Noel Grandin |
2013-04-23 | Java cleanup - reduce use of global fields | Noel Grandin |
2013-03-06 | fdo#60724 change spelling error REMOVEABLE -> REMOVABLE | Kenneth Beck |
2013-02-22 | [Uu]sefull -> [Uu]seful | Julien Nabet |