Age | Commit message (Expand) | Author | Files | Lines |
2014-08-20 | java: remove modifiers implied by the context | Noel Grandin | 1 | -1/+1 |
2014-08-20 | java: avoid if..else when returning boolean values | Noel Grandin | 7 | -42/+9 |
2014-08-20 | java: avoid unnecessary comparisons in boolean expressions | Noel Grandin | 5 | -7/+7 |
2014-08-20 | double-checked locking is not thread-safe in Java | Noel Grandin | 1 | -7/+3 |
2014-08-19 | java: use 'Integer.valueOf' instead of 'new Integer' | Noel Grandin | 5 | -5/+5 |
2014-08-19 | java: use Boolean.valueOf instead of instantiating Boolean objects | Noel Grandin | 3 | -8/+8 |
2014-08-19 | java: classes in java.lang package do not need to be fully qualified | Noel Grandin | 1 | -1/+0 |
2014-08-19 | java: remove unused methods | Noel Grandin | 1 | -62/+0 |
2014-08-14 | java: remove commented out code | Noel Grandin | 3 | -10/+0 |
2014-08-14 | remove usage of DOCPTH and CNCSTR | Noel Grandin | 2 | -4/+4 |
2014-08-13 | java: remove dead methods | Noel Grandin | 10 | -210/+16 |
2014-08-13 | java: reduce scope, make some methods private | Noel Grandin | 2 | -7/+7 |
2014-08-13 | java: reduce scope, make fields private | Noel Grandin | 3 | -3/+3 |
2014-08-12 | java: return value of trim() ignored | Noel Grandin | 2 | -9/+0 |
2014-08-12 | java: fix broken javadoc tags | Noel Grandin | 1 | -2/+0 |
2014-08-12 | java: add @Override annotation to overriding methods | Noel Grandin | 28 | -0/+58 |
2014-08-11 | java: remove unused parameters | Noel Grandin | 8 | -16/+14 |
2014-08-08 | java: remove exceptions from throws clauses that are not | Noel Grandin | 2 | -30/+8 |
2014-08-08 | java: remove unused imports | Noel Grandin | 2 | -5/+0 |
2014-08-08 | java: remove unused variables | Noel Grandin | 3 | -15/+1 |
2014-08-08 | java: remove unused fields | Noel Grandin | 3 | -7/+0 |
2014-08-08 | java: remove dead methods | Noel Grandin | 3 | -143/+0 |
2014-08-05 | java: remove commented out code | Noel Grandin | 15 | -152/+0 |
2014-08-05 | java: remove unused fields | Noel Grandin | 5 | -8/+1 |
2014-08-05 | java: remove various unused variables | Noel Grandin | 6 | -18/+1 |
2014-08-04 | java: remove some unused import statements | Noel Grandin | 5 | -5/+0 |
2014-08-04 | java: remove some unused variables | Noel Grandin | 1 | -1/+1 |
2014-08-04 | java: remove some casting in lib.TestParameters#getMSF | Noel Grandin | 12 | -18/+18 |
2014-06-25 | partially fix fdo#80490 - string 'Non-printing Characters' | Joren De Cuyper | 1 | -1/+1 |
2014-05-20 | fdo#77282 Replace "Edit Group" with "Enter Group" | Laurent Balland-Poirier | 1 | -1/+1 |
2014-04-17 | remove executable bit | Andras Timar | 2 | -0/+0 |
2014-02-26 | Remove visual noise from scripting | Alexander Wilms | 2 | -3/+3 |
2013-12-20 | typo fixes | Andras Timar | 2 | -2/+2 |
2013-10-18 | fdo#36964 Wording change: "Remove Filter" -> "Reset Filter" | Samuel Mehrbrodt | 1 | -1/+1 |
2013-06-03 | re-base on ALv2 code. Includes: | Michael Meeks | 2 | -0/+34 |
2013-05-06 | Java cleanup, close file handles when done with them | Noel Grandin | 4 | -41/+40 |
2013-05-06 | Java cleanup, delete some dead code | Noel Grandin | 1 | -21/+9 |
2013-05-06 | Java cleanup, Convert Vector to ArrayList | Noel Grandin | 2 | -14/+10 |
2013-04-26 | Java cleanup, access static methods using correct syntax | Noel Grandin | 7 | -13/+13 |
2013-04-24 | Java cleanup, use generic containers where possible | Noel Grandin | 3 | -3/+3 |
2013-04-19 | Java cleanup, remove the rest of the unnecessary casts | Noel Grandin | 16 | -76/+56 |
2013-04-15 | fdo#60724 correct spelling | Thomas Arnhold | 1 | -1/+1 |
2012-11-27 | fdo#48317 - Support jumping to next/previous change | Muhammad Haggag | 1 | -0/+2 |
2012-09-26 | fdo#51304: Remove the author of some java source files | Marcos Paulo de Souza | 2 | -22/+0 |
2012-09-10 | Java cleanup, convert ArrayList and Vector to use generics | Noel Grandin | 3 | -9/+8 |
2012-09-10 | Java cleanup, remove unnecessary imports | Noel Grandin | 15 | -62/+0 |
2012-09-10 | Java5 update, Convert ArrayList and Vector code to use generics | Noel Grandin | 6 | -21/+23 |
2012-09-06 | Java cleanup, remove unnecessary imports | Noel Grandin | 11 | -26/+0 |
2012-09-05 | Java cleanup, fix compile errors | Noel Grandin | 6 | -6/+7 |
2012-09-05 | Java cleanup, fix compile errors | Noel Grandin | 6 | -12/+12 |