Age | Commit message (Expand) | Author |
2014-10-28 | Revert some changes that affected the bean/com/sun/star/comp API | Noel Grandin |
2014-10-25 | java: prevent overflow by using 'long int' arithmetic in multiplication | Robert Antoni Buj i Gelonch |
2014-10-17 | java: when rethrowing exceptions, store the original | 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-11 | bean: String comparison | Robert Antoni Buj i Gelonch |
2014-10-10 | bean: Use com.sun.star.uno.RuntimeException(Throwable thrwbl) | Robert Antoni Buj i Gelonch |
2014-10-08 | We should know what our name is | Tor Lillqvist |
2014-10-07 | java: remove some unnecessary intermediary object creation | Noel Grandin |
2014-09-30 | [API CHANGE] OfficeBean: remove deprecated com.sun.star.beans classes | Stephan Bergmann |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-17 | bean: unchecked call to getMethod() as a member of the raw type Class | Robert Antoni Buj i Gelonch |
2014-09-17 | bean: Array concatenated with a String | Robert Antoni Buj i Gelonch |
2014-09-17 | bean: encode(String) in URLEncoder has been deprecated | Robert Antoni Buj i Gelonch |
2014-09-16 | Revert bean part of "java: remove dead methods" | Stephan Bergmann |
2014-09-16 | bean: encode(String) in URLEncoder has been deprecated | rbuj |
2014-09-15 | bean: use a non-varargs call for a stopOOoConnection method invocation | rbuj |
2014-09-10 | bean: Boolean Parsing | rbuj |
2014-09-08 | set names on some Java threads | Michael Stahl |
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 | remove some dead Java code | 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-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: remove useless 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 | add a comment so I don't have to figure out this classes purpose again | 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 unused fields | 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 |