Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Making tests behave on 11 | Andy Clement | 2020-08-13 | 1 | -1/+6 | |
| | | ||||||
* | | Simplify checks for Java 8 to true | Lars Grefer | 2020-08-14 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | | Remove checks for old Java Versions | Lars Grefer | 2020-08-13 | 1 | -4/+4 | |
|/ | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 17 | -48/+48 | |
| | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 9 | -10/+10 | |
| | | | | | | Reports "unboxing", e.g. explicit unwrapping of wrapped primitive values. Unboxing is unnecessary under Java 5 and newer, and can be safely removed. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | Unnecessary boxing | Lars Grefer | 2020-08-08 | 3 | -5/+5 | |
| | | | | | | Reports explicit boxing, i.e. wrapping of primitive values in objects. Explicit manual boxing is unnecessary under Java 5 and newer, and can be safely removed. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de> | |||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 16 | -32/+32 | |
| | | | | | | 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 | 38 | -810/+748 | |
| | | | | | | 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 | 2020-07-22 | 1 | -323/+332 | |
| | ||||||
* | Include JDTCore for Java14 | Andy Clement | 2020-04-20 | 4 | -27/+55 | |
| | ||||||
* | polish | Andy Clement | 2019-11-29 | 4 | -1723/+1765 | |
| | ||||||
* | polish | Andy Clement | 2019-11-28 | 34 | -169/+273 | |
| | ||||||
* | Fix 550494 | Andy Clement | 2019-11-27 | 1 | -20/+19 | |
| | ||||||
* | Java 13 support | Andy Clement | 2019-11-25 | 2 | -16/+50 | |
| | ||||||
* | Updated with Java12 support | Andy Clement | 2019-04-03 | 5 | -6/+59 | |
| | ||||||
* | windows compatibility in tests | Andy Clement | 2019-03-03 | 1 | -1/+4 | |
| | ||||||
* | improved test harnesses for working with runtime | Andy Clement | 2019-02-19 | 1 | -0/+1 | |
| | ||||||
* | polish | Andy Clement | 2019-02-11 | 5 | -29/+29 | |
| | ||||||
* | better test tidyup | Andy Clement | 2019-02-11 | 2 | -6/+7 | |
| | ||||||
* | Fix getSpecFile() to work with URLs and adjust installer unpacker | Andy Clement | 2019-02-08 | 3 | -6/+10 | |
| | ||||||
* | Add module tests back in - but streamlined | Andy Clement | 2019-02-01 | 2 | -3/+64 | |
| | ||||||
* | various polish to previously mavenized projects to support newer ones | Andy Clement | 2019-01-31 | 2 | -16/+18 | |
| | ||||||
* | mavenizing testing - done | Andy Clement | 2019-01-30 | 88 | -192/+25234 | |
| | ||||||
* | mavenizing testing - wip | Andy Clement | 2019-01-30 | 27 | -0/+4353 | |