aboutsummaryrefslogtreecommitdiffstats
path: root/testing-client/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-043-20/+20
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix tests not finding project base directory 'org.aspectj'Alexander Kriegisch2021-03-201-0/+13
| | | | | | | | | | | | | | | | | Several LTW tests using class TestServer failed on my machine because there was a hard-coded project base directory name 'org.aspectj' in the class. This class has several other problems, but my quick fix for now - I did not want to rename my project base directory - was to match on a regex '(?i)(org[.])?aspectj' now. That also works for my root directory 'AspectJ'. I also moved the code determining the project dir into a protected (hence testable) method and added a sanity test case checking if the directory can be determined. If not, the test will fail with a rather lengthy warning to developers about the need to have a matching project root folder. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Weaken Collection declarationsLars Grefer2020-08-151-2/+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-1/+1
| | | | | | 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>
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-281-34/+33
|
* Add module tests back in - but streamlinedAndy Clement2019-02-011-0/+31
|
* mavenizing testing-client module - completeAndy Clement2019-01-232-65/+0
|
* mavenizing testing-client module - wipAndy Clement2019-01-234-0/+344