aboutsummaryrefslogtreecommitdiffstats
path: root/testing-client
Commit message (Collapse)AuthorAgeFilesLines
* 1.9.7 releaseV1_9_7Andy Clement2021-06-241-1/+1
|
* Upgrade license from CPLv1/EPLv1 to EPLv2Alexander Kriegisch2021-06-045-24/+24
| | | | | | | This was required by the Eclipse team as one precondition for the next release. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Use canonical snapshot version 1.9.7-SNAPSHOTAlexander Kriegisch2021-05-231-1/+1
| | | | | | | | | Before, we used 1.9.7.BUILD-SNAPSHOT, which according to Andy Clement was originally an intent across a group of Spring projects he was involved in, to ensure that SNAPSHOTS were sorted alphabetically ahead of MILESTONEs and ahead of RCs. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Remove redundant 'name' and 'packaging' tags from POMsAlexander Kriegisch2021-04-151-2/+0
| | | | | | | If 'name' is identical to 'artifactId' and 'packaging' has the default value 'jar', we can just remove those tags from the POM. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
* Fix tests not finding project base directory 'org.aspectj'Alexander Kriegisch2021-03-202-14/+39
| | | | | | | | | | | | | | | | | 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>
* Revert to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-08-211-1/+1
|
* 1.9.7 milestone 1 publishedAndy Clement2020-08-211-1/+1
|
* Merge pull request #10 from larsgrefer/cleanup/pomAndy Clement2020-08-161-1/+0
|\ | | | | Cleanup the Maven pom.xml files
| * Remove project.parent.relative path as ../pom.xml is already the defaultLars Grefer2020-08-151-1/+0
| | | | | | | | Signed-off-by: Lars Grefer <eclipse@larsgrefer.de>
* | Weaken Collection declarationsLars Grefer2020-08-152-3/+3
|/ | | | | | 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>
* 'for' loop replaceable with enhanced 'for' loopLars Grefer2020-08-081-12/+12
| | | | | | 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>
* Rev to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-07-221-1/+1
|
* AspectJ 1.9.6 final bitsV1_9_6Andy Clement2020-07-221-1/+1
|
* Move to 1.9.6.BUILD-SNAPSHOT versionAndy Clement2019-11-284-145/+155
|
* 1.9.5 release versions in pomsV1_9_5Andy Clement2019-11-281-1/+1
|
* Update to 1.9.5.BUILD-SNAPSHOT in pomsAndy Clement2019-06-031-1/+1
|
* 1.9.4 POMSAndy Clement2019-05-101-1/+1
|
* pushed versions to 1.9.4.BUILD-SNAPSHOTAndy Clement2019-04-171-1/+1
|
* Add module tests back in - but streamlinedAndy Clement2019-02-011-0/+31
|
* make paths maven awareAndy Clement2019-01-311-3/+3
|
* mavenizing testing-client module - completeAndy Clement2019-01-232-65/+0
|
* mavenizing testing-client module - wipAndy Clement2019-01-2312-38/+30
|
* Better handling of classpath discoveryAndy Clement2017-09-271-23/+26
| | | Some alternate behaviour added to work better on Java9
* fix warnings in build - support .isJava8 option in buildV1_8_10Andy Clement2016-12-091-0/+1
|
* Upgraded to new JDT compiler - neon.1 and a bitAndy Clement2016-11-073-17/+15
|
* switch to container from jrelibaclement2008-06-061-7/+7
|
* 141556#11 - reworked messagehandler with 'ignore' function! (wooo) - hope ↵aclement2006-08-251-1/+3
| | | | Matthew doesnt complain.
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (Doh! ↵mwebster2006-08-171-1/+1
| | | | remember to build and commit testing-client.jar)
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" ↵mwebster2006-08-171-5/+4
| | | | (determine why the hell we can't find org/aspectj/runtime/internal/AroundClosure)
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (2nd ↵mwebster2006-08-161-3/+4
| | | | attempt to get classpath right)
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" (fix ↵mwebster2006-08-162-4/+4
| | | | build break and improve diagnostics)
* Bug 153907 "Facilitate LTW testing in a custom ClassLoader hierarchy" ↵mwebster2006-08-154-0/+228
| | | | (TestServer, TestServerTest and LTWServerTests)
* Bug 113948 "Repackage AspectJ" (move module root suites out of default package)mwebster2006-07-301-2/+1
|
* message was wrong way round!aclement2006-07-251-2/+2
|
* update license to EPLacolyer2006-06-014-8/+8
|
* ignore bintest directoriesacolyer2005-05-311-0/+1
|
* newbuild.xml replacing build.xml, with Alex okwisberg2005-05-192-38/+3
|
* prospective replacements for {module}/build.xml - will move there once ↵wisberg2005-05-111-0/+6
| | | | validated by those who use build.xml.
* LTW modules + AntSpec to test LTW in the sandbox + code cleanup in my FIXME ↵avasseur2005-05-041-1/+5
| | | | + fix in error handling when no debug info can be read from @Aj aspect (many files modified since refactored IMessageHanlder for LTW dontIgnore method)
* From branch: New build scripts that Alex uses under IntelliJ - can be run ↵aclement2005-04-191-0/+35
| | | | individually or via master in build module.
* spring cleaning in advance of 1.2 enhancements: acolyer2004-01-231-1/+1
| | | | | removed unused imports, local variables, and private methods (still there, just commented out).
* Ignore bin directoryacolyer2003-02-261-0/+1
|
* resolving unused-imports warningswisberg2003-02-131-2/+1
|
* minor Tester API tests brought down from atticwisberg2002-12-303-2/+268
|
* initial versionwisberg2002-12-165-0/+1044