aboutsummaryrefslogtreecommitdiffstats
path: root/testing-drivers/src
Commit message (Collapse)AuthorAgeFilesLines
* Replace uses of StringBuffer with StringBuilder.Andrey Turbanov2021-11-201-2/+2
| | | | 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-047-65/+65
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-141-76/+78
| | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-152-2/+0
|\
| * Cleanup unused importsLars Grefer2020-08-162-2/+0
| | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* | Weaken Collection declarationsLars Grefer2020-08-151-5/+5
| | | | | | | | | | | | 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>
* | Redundant Collection.addAll() callLars Grefer2020-08-151-2/+1
|/ | | | | | Reports Collection.addAll() and Map.putAll() calls after instantiation of a collection using a constructor call without arguments. Such constructs can be replaced with a single call to a parametrized constructor which simplifies code. Also for some collections the replacement might be more performant. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* Unnecessary unboxingLars Grefer2020-08-081-1/+1
| | | | | | Reports "unboxing", e.g. explicit unwrapping of wrapped primitive values. Unboxing is unnecessary under Java 5 and newer, and can be safely removed. Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-081-2/+2
| | | | | | 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-083-16/+16
| | | | | | 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-292-1539/+1571
|
* polishAndy Clement2019-11-291-211/+222
|
* Add module tests back in - but streamlinedAndy Clement2019-02-012-46/+4
|
* mavenizing testing-drivers - done'Andy Clement2019-01-302-0/+0
|
* mavenizing testing-drivers - wipAndy Clement2019-01-309-0/+1276
|
* findbugs/eclipse warnings fixedaclement2008-08-271-17/+63
|
* update license to EPLacolyer2006-06-011-2/+2
|
* -exitOnFailure for System.exit(..) on failure, so release/build.xml can ↵wisberg2005-03-101-2/+20
| | | | respond to test failures.
* support vm args during forking (simple update: forking still requires system ↵wisberg2004-10-051-35/+53
| | | | properties)
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-231-7/+7
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* doc harness handling of 2-element optionswisberg2003-10-291-33/+37
|
* deleting junkwisberg2003-10-231-26/+0
|
* balancing start/end suite callswisberg2003-08-171-8/+12
|
* report fails as junit errors, not failuresacolyer2003-08-081-1/+1
|
* Added support for creation of junit xml reports using -junit or -logJUnit flagsacolyer2003-08-081-13/+165
|
* corrected property name for forking run classpathwisberg2003-06-021-1/+1
|
* documenting optionswisberg2003-05-251-49/+127
|
* harness copyright wrong - was created in 2002wisberg2003-05-251-2/+3
|
* updating harness documentation for new featureswisberg2003-05-251-7/+52
|
* suite files now constrained to be readable to avoid confusion with ↵wisberg2003-05-251-1/+2
| | | | -ajctestTitle.. referents.
* documenting -ajdeCompiler and -ajctaskCompiler selectorswisberg2003-05-241-1/+6
|
* supporting a forked java run provisionally with system properties specifying ↵wisberg2003-05-071-4/+63
| | | | | | | | fork, java home, java, and bootclasspath. This should enable running the harness when targeting a VM that the harness or compiler can't run on, but this does not detect failures correctly in some cases, nor does it validate any of the system properties.
* -killTemp to delete temp directories when each test case completeswisberg2003-05-072-3/+20
|
* remove !eclipse from aliases because it is the default wisberg2003-05-071-4/+2
| | | | | and it overrides specification of the AJDE compiler (using -ajdeCompiler)
* corrected knownLimitation keywordwisberg2003-03-111-1/+1
|
* updates for eclipse and sensewisberg2003-03-051-5/+22
|
* new -release option alias for harnesswisberg2003-03-051-5/+19
|
* To run in eclipse without a launch configuration window wisberg2003-01-061-6/+33
| | | | | | | (which crashes my NT - http://bugs.eclipse.org/bugs/show_bug.cgi?id=29011 ), create a file "HarnessArgs.txt" in the run directory for any arguments.
* initial versioninitial_CPLwisberg2002-12-164-0/+1436