Age | Commit message (Expand) | Author |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin |
2014-08-20 | java: avoid if..else when returning boolean values | 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 |
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 commented out code | Noel Grandin |
2014-08-14 | remove usage of DOCPTH and CNCSTR | Noel Grandin |
2014-08-13 | java: remove dead methods | Noel Grandin |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin |
2014-08-12 | java: return value of trim() ignored | 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-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 unused imports | Noel Grandin |
2014-08-08 | java: remove unused variables | Noel Grandin |
2014-08-08 | java: remove unused fields | Noel Grandin |
2014-08-08 | java: remove dead methods | 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 some unused import statements | Noel Grandin |
2014-08-04 | java: remove some unused variables | Noel Grandin |
2014-08-04 | java: remove some casting in lib.TestParameters#getMSF | Noel Grandin |
2014-06-25 | partially fix fdo#80490 - string 'Non-printing Characters' | Joren De Cuyper |
2014-05-20 | fdo#77282 Replace "Edit Group" with "Enter Group" | Laurent Balland-Poirier |
2014-04-17 | remove executable bit | Andras Timar |
2014-02-26 | Remove visual noise from scripting | Alexander Wilms |
2013-12-20 | typo fixes | Andras Timar |
2013-10-18 | fdo#36964 Wording change: "Remove Filter" -> "Reset Filter" | Samuel Mehrbrodt |
2013-06-03 | re-base on ALv2 code. Includes: | Michael Meeks |
2013-05-06 | Java cleanup, close file handles when done with them | Noel Grandin |
2013-05-06 | Java cleanup, delete some dead code | Noel Grandin |
2013-05-06 | Java cleanup, Convert Vector to ArrayList | Noel Grandin |
2013-04-26 | Java cleanup, access static methods using correct syntax | Noel Grandin |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin |
2013-04-19 | Java cleanup, remove the rest of the unnecessary casts | Noel Grandin |
2013-04-15 | fdo#60724 correct spelling | Thomas Arnhold |
2012-11-27 | fdo#48317 - Support jumping to next/previous change | Muhammad Haggag |
2012-09-26 | fdo#51304: Remove the author of some java source files | Marcos Paulo de Souza |
2012-09-10 | Java cleanup, convert ArrayList and Vector to use generics | Noel Grandin |
2012-09-10 | Java cleanup, remove unnecessary imports | Noel Grandin |
2012-09-10 | Java5 update, Convert ArrayList and Vector code to use generics | Noel Grandin |
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin |
2012-09-05 | Java cleanup, fix compile errors | Noel Grandin |
2012-09-05 | Java cleanup, fix compile errors | Noel Grandin |