aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Expand)AuthorAgeFilesLines
* Provision libraries in 'lib' automaticallyAlexander Kriegisch2021-05-051-0/+6
* Remove some cruft from test classes Ajc, AjcTestCase, AntSpecAlexander Kriegisch2021-04-161-28/+18
* Remove redundant 'name' and 'packaging' tags from POMsAlexander Kriegisch2021-04-151-2/+0
* Clean up Maven dependencies using 'dependency:analyze' goalAlexander Kriegisch2021-04-121-28/+11
* Replace JDiff by regular Maven dependency from GitHub PackagesAlexander Kriegisch2021-04-101-7/+0
* Replace JDT Core system dependency by deployed oneAlexander Kriegisch2021-04-091-3/+0
* Get rid of some Maven warnings concerning plugins + dependenciesAlexander Kriegisch2021-03-301-1/+0
* Replace system-scoped dependency on commons by granular dependenciesAlexander Kriegisch2021-03-291-5/+3
* Replace Ant and Xerces system-scopes libraries by normal dependenciesAlexander Kriegisch2021-03-291-18/+14
* Add POM to download libs (WIP) which previously were committed to SCMAlexander Kriegisch2021-03-291-17/+22
* Make all tests run on Java 16 via '-add-opens' JVM optionjava16-add-opensAlexander Kriegisch2021-03-232-10/+40
* Fix some deprecated Java and JUnit warnings by using newer API callsAlexander Kriegisch2021-03-214-4/+3
* Fix + improve some tests regarding Ajc output (usage messages etc.)Alexander Kriegisch2021-03-211-1/+4
* Add Java 16 test suite for AspectJ 1.9.7 + test refactoringsAlexander Kriegisch2021-03-2111-42/+95
* Fix test relying on JVM warning being stripped from outputAlexander Kriegisch2021-03-201-5/+3
* Improve usage text, error and warning output in batch compilerAlexander Kriegisch2021-03-201-0/+7
* Add Java 15 / AspectJ 1.9.7 test suiteAlexander Kriegisch2021-03-171-0/+39
* Do not run tests using Java 14 preview features on this Java 15 compilerAlexander Kriegisch2021-03-171-0/+7
* Add Java 15 class vile version to BCEL constants, adjust test tools etc.Alexander Kriegisch2021-03-162-30/+45
* Fix outdated ajcTestSuite.dtd and lots of XML problemsAlexander Kriegisch2021-03-141-83/+82
* Fix OutputSpec corner case (test empty output) from @052bd66fAlexander Kriegisch2021-03-141-1/+2
* Make sure Java 14-only tests using preview are not executed on JVM 15+Alexander Kriegisch2021-03-141-0/+31
* Improve text matching in OutputSpec, fixing some failing Windows testsAlexander Kriegisch2021-03-141-25/+20
* Fix 'ajdoc' tests for Java 15 buildAlexander Kriegisch2021-03-143-48/+48
* Fix: WeaveSpec no longer ignores the '-Xlintfile' parameterAlexander Kriegisch2021-03-121-18/+23
* Unify classpath handling in CompileSpec & RunSpecAlexander Kriegisch2021-03-112-11/+7
* Revert to 1.9.7.BUILD-SNAPSHOTAndy Clement2020-08-211-1/+1
* 1.9.7 milestone 1 publishedAndy Clement2020-08-211-1/+1
* Remove unnecessary interface modifiersLars Grefer2020-08-179-242/+242
* polishAndy Clement2020-08-163-194/+197
* Merge pull request #10 from larsgrefer/cleanup/pomAndy Clement2020-08-161-1/+0
|\
| * Remove project.parent.relative path as ../pom.xml is already the defaultLars Grefer2020-08-151-1/+0
* | Merge branch 'master' into feature/collection-performanceAndy Clement2020-08-1516-20/+4
|\ \
| * | Cleanup unused importsLars Grefer2020-08-1618-18/+0
| * | Update to JUnit 4.13Lars Grefer2020-08-154-7/+4
| |/
* | Weaken Collection declarationsLars Grefer2020-08-1525-72/+68
* | Redundant Collection.addAll() callLars Grefer2020-08-157-30/+17
* | Collection.toArray() call styleLars Grefer2020-08-151-1/+1
* | Manual array copyLars Grefer2020-08-151-6/+2
* | Collections.sort() can be replaced with List.sort()Lars Grefer2020-08-153-5/+5
* | Manual array to collection copyLars Grefer2020-08-153-16/+4
|/
* Merge branch 'master' of github.com:eclipse/org.aspectj into remove-old-versi...Lars Grefer2020-08-142-5/+6
|\
| * Attempting to get J11 build happy at githubAndy Clement2020-08-131-4/+0
| * Making tests behave on 11Andy Clement2020-08-131-1/+6
* | Simplify checks for Java 8 to trueLars Grefer2020-08-141-1/+1
* | Remove checks for old Java VersionsLars Grefer2020-08-131-4/+4
|/
* Use the diamond operator where possibleLars Grefer2020-08-1317-48/+48
* Unnecessary unboxingLars Grefer2020-08-089-10/+10
* Unnecessary boxingLars Grefer2020-08-083-5/+5
* 'String.indexOf()' expression is replaceable with 'contains()'Lars Grefer2020-08-0816-32/+32