Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into feature/collection-performance | Andy Clement | 2020-08-15 | 2 | -5/+0 |
|\ | |||||
| * | Cleanup unused imports | Lars Grefer | 2020-08-16 | 2 | -5/+0 |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | | Manual array copy | Lars Grefer | 2020-08-15 | 1 | -9/+3 |
|/ | | | | | | Reports the manual copying of array contents which may be replaced by calls to System.arraycopy(). Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Simplify checks for Java 8 to true | Lars Grefer | 2020-08-14 | 2 | -123/+37 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | ||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 1 | -19/+19 |
| | | | | | | 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> | ||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 2 | -12/+9 |
| | | | | | | 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> | ||||
* | Java 13 support | Andy Clement | 2019-11-25 | 1 | -132/+151 |
| | |||||
* | Updated with Java12 support | Andy Clement | 2019-04-03 | 4 | -37/+55 |
| | |||||
* | Fix version tagging for info strings | Andy Clement | 2019-02-11 | 1 | -1/+1 |
| | |||||
* | Add module tests back in - but streamlined | Andy Clement | 2019-01-31 | 3 | -48/+36 |
| | |||||
* | mavenizing ajdoc - done | Andy Clement | 2019-01-30 | 6 | -54/+27 |
| | |||||
* | mavenizing ajdoc - wip | Andy Clement | 2019-01-29 | 15 | -0/+2919 |