Age | Commit message (Expand) | Author |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-05 | java:avoid empty if statements | Noel Grandin |
2015-10-22 | coverity#1328488 DLS: Dead local store | Caolán McNamara |
2015-10-20 | coverity#1326431 Dereference null return value | Caolán McNamara |
2015-10-16 | cid#1326334 Unguarded read | Noel Grandin |
2015-10-15 | coverity#1326731 Dm: Dubious method used | Caolán McNamara |
2015-10-15 | cid#1327023 to cid#1327077 SIC: Inner class could be made static | Noel Grandin |
2015-10-14 | cid#1326360 Data race condition | Noel Grandin |
2015-10-14 | cid#1326347 Check of thread-shared field evades lock acquisition | Noel Grandin |
2015-10-02 | Fix typos | Andrea Gelmini |
2015-07-08 | Fix typos | Andrea Gelmini |
2015-06-22 | Fix typos | Andrea Gelmini |
2015-06-15 | java: 'final static' to 'static final' | Noel Grandin |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-06-09 | java:use System.arrayCopy to copy arrays | Noel Grandin |
2015-06-09 | java:Non-synchronized method should not override a synchronized method | Noel Grandin |
2015-06-03 | reduce sleep when connecting to soffice from Java | Noel Grandin |
2015-05-08 | jboolean-related clean-up | Stephan Bergmann |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-05 | java: remove dead code | Noel Grandin |
2015-01-02 | Remove unnecessary bean/inc/comp_LocalOfficeWindow.h | Stephan Bergmann |
2014-12-19 | java: these fields can be converted to local variables | Noel Grandin |
2014-12-11 | java: reduce visibility of fields and methods | Noel Grandin |
2014-12-05 | java: remove some unused local variables | Noel Grandin |
2014-12-05 | java: remove some unused fields | Noel Grandin |
2014-12-02 | Deprecated com.sun.star.beans is gone | Stephan Bergmann |
2014-11-18 | java: fix some raw types warnings | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-18 | java: rather use @Deprecated annotation | Noel Grandin |
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 |