Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trim trailing whitespaces. | Andrey Turbanov | 2021-11-20 | 1 | -1/+1 |
| | | | | | Trailing whitespaces are useless. Most of code-styles forbids them. Most of editors always trim them on save. I propose to clean up project from trailing whitespaces in all java files at once. | ||||
* | lets have maven fail if those tests fail... | Andy Clement | 2020-08-14 | 1 | -1/+0 |
| | |||||
* | 'for' loop replaceable with enhanced 'for' loop | Lars Grefer | 2020-08-08 | 1 | -8/+6 |
| | | | | | | 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-28 | 1 | -2/+2 |
| | |||||
* | Fix getSpecFile() to work with URLs and adjust installer unpacker | Andy Clement | 2019-02-08 | 1 | -1/+1 |
| | |||||
* | mavenizing tests - wip | Andy Clement | 2019-01-30 | 1 | -0/+254 |