Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Redundant Collection.addAll() call | Lars Grefer | 2020-08-15 | 1 | -2/+1 |
* | Collection.toArray() call style | Lars Grefer | 2020-08-15 | 1 | -1/+1 |
* | Remove checks for old Java Versions | Lars Grefer | 2020-08-13 | 1 | -0/+5 |
* | Use the diamond operator where possible | Lars Grefer | 2020-08-13 | 7 | -35/+35 |
* | Unnecessary unboxing | Lars Grefer | 2020-08-08 | 1 | -1/+1 |
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 2 | -3/+3 |
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 6 | -150/+144 |
* | Include JDTCore for Java14 | Andy Clement | 2020-04-20 | 1 | -7/+10 |
* | polish | Andy Clement | 2019-11-29 | 2 | -3/+7 |
* | Java 13 support | Andy Clement | 2019-11-25 | 1 | -55/+60 |
* | Fix Bug 550290 - Lack of TypeSafeEnum#hashCode may lead to non-deterministic ... | Andy Clement | 2019-09-09 | 1 | -9/+21 |
* | Updated with Java12 support | Andy Clement | 2019-04-03 | 1 | -0/+4 |
* | extra util for finding suitable files with mustBeJar option | Andy Clement | 2019-02-19 | 1 | -0/+35 |
* | mavenized util module | Andy Clement | 2019-01-23 | 11 | -0/+4643 |