Age | Commit message (Expand) | Author |
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-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: fix broken javadoc tags | 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-08 | java: remove unnecessary semi-colons | Noel Grandin |
2014-08-08 | java: remove redundant super-interfaces | Noel Grandin |
2014-08-08 | java: code some code to use non-deprecated constructors | Noel Grandin |
2014-08-08 | java: remove unused fields | Noel Grandin |
2014-08-05 | java: remove commented out code | Noel Grandin |
2014-08-05 | java: remove various unused variables | Noel Grandin |
2014-08-04 | java: remove workarounds for missing functionality pre java 1.5 | Noel Grandin |
2014-08-01 | typo: more then -> more than | Takeshi Abe |
2014-04-30 | Many spelling fixes: directories a* - g*. | Pedro Giffuni |
2014-04-10 | It's "its", not "it's" | Tor Lillqvist |
2014-02-25 | Remove visual noise from bean | Alexander Wilms |
2014-02-19 | Typo: interupted -> interrupted | Julien Nabet |
2014-02-13 | More java.lang.System.mapLibraryName dylib vs. jnilib confusion | Stephan Bergmann |
2013-12-22 | Fix typos | Julien Nabet |
2013-12-20 | Spelling correction: s/retrive/retrieve/ | Tor Lillqvist |
2013-12-20 | typo fixes | Andras Timar |
2013-05-07 | Revert to mis-typed com.sun.star.comp.beans.OOoBean.aquireSystemWindow again | Stephan Bergmann |
2013-04-26 | Java cleanup, access static methods using correct syntax | Noel Grandin |
2013-04-16 | General cleanup of OfficeBeans | Chris Sherlock |
2013-02-22 | s/the the/the/ | Tor Lillqvist |
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin |
2012-08-20 | Java5 updates - convert to generics | Noel Grandin |
2012-08-20 | Remove dead java code, fields and local variables | Noel Grandin |
2012-08-20 | Java update - fix various javadoc issues | Noel Grandin |
2012-08-06 | Static method sleep from Thread should be accessed in a static way | Julien Nabet |
2012-07-30 | Typo ressource -> resource | Stephan Bergmann |
2012-06-29 | Java5 updates - update code to use generics | Noel Grandin |
2012-06-12 | re-base on ALv2 code. | Michael Meeks |
2012-05-07 | LocalOfficeConnection description must end in ServiceManager | Stephan Bergmann |
2012-01-11 | fix prefix of command line switches (-- instead of -) | Andras Timar |
2011-12-12 | Accept also Oracle Corporation as Java vendor here, too | Tor Lillqvist |
2011-12-01 | typo fix: explicitely -> explicitly | Lior Kaplan |
2011-09-18 | convert bean to gbuild and add to tail_build | Peter Foley |