aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org/aspectj/systemtest/ajc150/GenericITDsDesign.java
Commit message (Collapse)AuthorAgeFilesLines
* Trim trailing whitespaces.Andrey Turbanov2021-11-201-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 Clement2020-08-141-1/+0
|
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-081-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>
* polishAndy Clement2019-11-281-2/+2
|
* Fix getSpecFile() to work with URLs and adjust installer unpackerAndy Clement2019-02-081-1/+1
|
* mavenizing tests - wipAndy Clement2019-01-301-0/+254