aboutsummaryrefslogtreecommitdiffstats
path: root/taskdefs/src/test
Commit message (Collapse)AuthorAgeFilesLines
* Weaken Collection declarationsLars Grefer2020-08-151-1/+2
| | | | | | 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>
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-081-4/+4
| | | | | | 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' loopLars Grefer2020-08-082-48/+48
| | | | | | 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>
* Java 13 supportAndy Clement2019-11-251-38/+38
|
* 1.9.3.RC1 final bitsV1_9_3RC1Andy Clement2019-03-071-0/+3
|
* Add module tests back in - but streamlinedAndy Clement2019-02-011-0/+28
|
* mavenizing taskdefs - doneAndy Clement2019-01-302-64/+0
|
* mavenizing taskdefs - wipAndy Clement2019-01-305-0/+1345