Age | Commit message (Expand) | Author |
2017-06-23 | Fix typos: uniform registered | Andrea Gelmini |
2017-06-12 | Translate German comments and debug strings (leftovers in dirs j... to q...) | Johnny_M |
2017-03-25 | Fix typos | Andrea Gelmini |
2016-02-17 | javaunohelper: fix all javadoc warnings | Michael Stahl |
2016-02-08 | cid#1326918 FB.NP_CLONE_COULD_RETURN_NULL | Stephan Bergmann |
2016-02-04 | coverity#1326400 Dereference null return value | Caolán McNamara |
2015-12-30 | coverity#1326973 SBSC: String concatenation in loop using + operator | Caolán McNamara |
2015-12-21 | related tdf#86784: new API got backported to 5.1 | Thorsten Behrens |
2015-12-21 | cid#1343654 FindBugs: Bad practice (FB.DMI_RANDOM_USED_ONLY_ONCE) | Stephan Bergmann |
2015-12-20 | Fix @since tags | Stephan Bergmann |
2015-12-18 | tdf#86784: Pass custom options to Java bootstrap | Katarina Behrens |
2015-11-05 | java: remove ((unnecessary)) parentheses | Noel Grandin |
2015-11-05 | java: combine nested if statements | Noel Grandin |
2015-10-15 | coverity#1326731 Dm: Dubious method used | Caolán McNamara |
2015-10-15 | cid#1326115 Unchecked return value | Noel Grandin |
2015-10-14 | cid#1326733 Dm: Dubious method used | Noel Grandin |
2015-10-14 | use early returns to make method easier to read | Noel Grandin |
2015-09-30 | Fix typos | Andrea Gelmini |
2015-06-11 | java:regulatize the order of 'final' and public/private | Noel Grandin |
2015-06-09 | java:Non-synchronized method should not override a synchronized method | Noel Grandin |
2015-02-23 | remove unnecessary parenthesis in return statements | Noel Grandin |
2015-01-09 | java: simplify array creation | Noel Grandin |
2015-01-09 | fix indexes | Caolán McNamara |
2015-01-07 | drop crashrep unused since start of LibreOffice | Caolán McNamara |
2014-12-15 | stronger checks when creating Java UNO components | Noel Grandin |
2014-12-10 | java: improve use of WrappedTargetException to set cause properly | Noel Grandin |
2014-11-25 | java: remove some comment noise | Noel Grandin |
2014-11-25 | java: final fields that can be static | Noel Grandin |
2014-11-18 | java: make fields final where possible | Noel Grandin |
2014-11-12 | Fix common typos. No automatic tools. Handmade… | Andrea Gelmini |
2014-11-12 | java: reduce excessive code indentation levels | Noel Grandin |
2014-10-18 | javaunohelper: remove unused import | Robert Antoni Buj i Gelonch |
2014-10-17 | java: final fields that can be static | Noel Grandin |
2014-10-16 | java: when rethrowing, store the original exception | Noel Grandin |
2014-10-16 | java: always use braces for while loops | Noel Grandin |
2014-10-16 | java: reduce the depth of some deeply nested if blocks | Noel Grandin |
2014-09-29 | fix more Java1.5 incompatibility | Noel Grandin |
2014-09-25 | java: when rethrowing exceptions, store the original cause | Noel Grandin |
2014-09-23 | javaunohelper: Using "final" modifier whenever applicable in java | Robert Antoni Buj i Gelonch |
2014-09-22 | javaunohelper: Using "final" modifier whenever applicable in java | Robert Antoni Buj i Gelonch |
2014-09-19 | javaunohelper: use HashMap instead of Hashtable Collection | Robert Antoni Buj i Gelonch |
2014-09-15 | javaunohelper: warning: unchecked cast | rbuj |
2014-09-13 | javaunohelper: use a character literal | rbuj |
2014-09-13 | javaunohelper: use String.length()==0 instead of String.equals(empty string) | rbuj |
2014-09-09 | javaunohelper: fix some misspellings | rbuj |
2014-09-07 | javaunohelper: fix javadoc error: unknown tag: attention (Doxygen) | rbuj |
2014-09-02 | javaunohelper: fix javadoc error: unknown tag: returns | rbuj |
2014-08-20 | java: remove unnecessary constructor declarations | Noel Grandin |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin |
2014-08-20 | double-checked locking is not thread-safe in Java | Noel Grandin |