Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make IStateListener.aboutToCompareClasspaths use typed lists | Alexander Kriegisch | 2022-04-18 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | Before, the signature was: void aboutToCompareClasspaths( List oldClasspath, List newClasspath); Now it is: void aboutToCompareClasspaths( List<String> oldClasspath, List<String> newClasspath); AJDT will also use the typed version after generics refactoring. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 1 | -25/+25 |
| | | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | 'String.indexOf()' expression is replaceable with 'contains()' | Lars Grefer | 2020-08-08 | 1 | -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> | ||||
* | polish | Andy Clement | 2019-11-28 | 1 | -2/+2 |
| | |||||
* | Fix getSpecFile() to work with URLs and adjust installer unpacker | Andy Clement | 2019-02-08 | 1 | -5/+1 |
| | |||||
* | mavenizing tests - wip | Andy Clement | 2019-01-30 | 1 | -0/+309 |