aboutsummaryrefslogtreecommitdiffstats
path: root/testing-util/src/main
Commit message (Collapse)AuthorAgeFilesLines
* Globally replace HTTP links to eclipse.org by HTTPSAlexander Kriegisch2024-01-061-1/+1
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-201-1/+1
| | | | StringBuffer is a legacy synchronized class. StringBuilder is a direct replacement to StringBuffer which generally have better performance.
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-041-6/+6
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove jdiffAndy Clement2021-05-141-240/+129
|
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-211-4/+3
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Java 16 fix: ParseUtil.fileToEncodedURL(File) causes IllegalAccessErrorAlexander Kriegisch2021-03-211-1/+1
| | | | | | Migrate 'ParseUtil.fileToEncodedURL(f)' to 'f.toURI().toURL()'. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Add Java 15 class vile version to BCEL constants, adjust test tools etc.Alexander Kriegisch2021-03-161-2/+2
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove unnecessary interface modifiersLars Grefer2020-08-171-3/+3
| | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Update to JUnit 4.13Lars Grefer2020-08-151-14/+31
| | | | 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>
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-081-8/+8
| | | | | | 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-36/+36
|
* improved test harnesses for working with runtimeAndy Clement2019-02-191-4/+16
|
* fixing test failures running under eclipseAndy Clement2019-02-111-3/+3
|
* tidyup - last bits of maven stuffAndy Clement2019-02-081-2/+4
|
* various polish to previously mavenized projects to support newer onesAndy Clement2019-01-311-0/+54
|
* mavenized testing-util module - wipAndy Clement2019-01-231-0/+978