aboutsummaryrefslogtreecommitdiffstats
path: root/build/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-151-1/+0
|\
| * Cleanup unused importsLars Grefer2020-08-162-2/+0
| | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* | Weaken Collection declarationsLars Grefer2020-08-153-9/+6
|/ | | | | | Reports on declarations of Collection variables made by using the collection class as the type, rather than an appropriate interface. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Use the diamond operator where possibleLars Grefer2020-08-133-8/+8
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-084-88/+84
| | | | | | 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>
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-281-16/+10
|
* Fix path separator for windowsAndy Clement2019-03-041-1/+1
|
* tidyup - last bits of maven stuffAndy Clement2019-02-081-20/+20
|
* mavenizing build - doneAndy Clement2019-02-013-12/+23
|
* mavenizing build - wipAndy Clement2019-02-018-0/+1369