Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix javadoc references to nonexistent fields, classes, or packages | Jerry James | 2020-09-14 | 1 | -3/+0 |
| | |||||
* | Fix misplaced or incorrect javadoc tags | Jerry James | 2020-09-14 | 5 | -9/+8 |
| | |||||
* | Fix misplaced or incorrectly nested HTML tags | Jerry James | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | Fix incorrect HTML entities in javadoc comments | Jerry James | 2020-09-14 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary interface modifiers | Lars Grefer | 2020-08-17 | 12 | -201/+201 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 16 | -17/+0 |
|\ | |||||
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 16 | -17/+0 |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | | Weaken Collection declarations | Lars Grefer | 2020-08-15 | 2 | -2/+3 |
| | | | | | | | | | | | | Reports on declarations of Collection variables made by using the collection class as the type, rather than an appropriate interface. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | | Collections.sort() can be replaced with List.sort() | Lars Grefer | 2020-08-15 | 2 | -2/+2 |
|/ | | | | | | Reports calls to Collections.sort(list, comparator) which could be replaced with list.sort(comparator). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 6 | -16/+16 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 1 | -1/+1 |
| | | | | | | Reports any String.indexOf() expressions which can be replaced with a call to the String.contains() method available in Java 5 and newer. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'while' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -6/+4 |
| | | | | | | Reports while loops which iterate over collections, and can be replaced with an enhanced for loop (i.e. foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 18 | -94/+89 |
| | | | | | | Reports for loops which iterate over collections or arrays, and can be replaced with an enhanced for loop (i.e. the foreach iteration syntax). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | polish | Andy Clement | 2019-11-29 | 4 | -472/+477 |
| | |||||
* | polish | Andy Clement | 2019-11-29 | 16 | -119/+157 |
| | |||||
* | Update to 1.9.5.BUILD-SNAPSHOT in poms | Andy Clement | 2019-06-03 | 3 | -121/+119 |
| | |||||
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | tidyup | Andy Clement | 2019-02-08 | 1 | -2/+10 |
| | |||||
* | move resources to resources tree | Andy Clement | 2019-02-07 | 75 | -0/+0 |
| | |||||
* | mavenizing ajde - wip | Andy Clement | 2019-01-29 | 140 | -0/+8925 |