aboutsummaryrefslogtreecommitdiffstats
path: root/ajde.core/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Fix up tests and reduce verbosity on J11Andy Clement2020-08-141-16/+15
|
* Use the diamond operator where possibleLars Grefer2020-08-132-5/+5
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* 'while' loop replaceable with enhanced 'for' loopLars Grefer2020-08-081-3/+2
| | | | | | 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' loopLars Grefer2020-08-081-4/+4
| | | | | | 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>
* mavenizing ajde.core - doneAndy Clement2019-01-2910-0/+1251