| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove Batik path entries from test classpath | Alexander Kriegisch | 2022-10-03 | 1 | -7/+8 |
* | Cosmetic fixes in Java 18 tests (e.g. copyright year 2022) | Alexander Kriegisch | 2022-10-03 | 6 | -11/+7 |
* | vuln-fix: Partial Path Traversal Vulnerability | Jonathan Leitschuh | 2022-09-10 | 1 | -1/+1 |
* | Make IStateListener.aboutToCompareClasspaths use typed lists | Alexander Kriegisch | 2022-04-18 | 2 | -3/+2 |
* | Revert "Fix more LTW tests" | Alexander Kriegisch | 2022-03-31 | 2 | -30/+3 |
* | Revert "AtAjLTWTests: 4 test cases switched to 'useFullLTW' mode" | Alexander Kriegisch | 2022-03-31 | 2 | -14/+13 |
* | Revert "A few dozen more tests need 'useFullLTW' mode" | Alexander Kriegisch | 2022-03-31 | 13 | -145/+145 |
* | Add some smoke test cases for '--add-reads' and '--add-modules' | Alexander Kriegisch | 2022-03-31 | 2 | -4/+79 |
* | Add test case + experimental fix for AJC option '--add-exports' | Alexander Kriegisch | 2022-03-27 | 2 | -0/+13 |
* | Add AllTestsAspectJ199.suite() to AllTests19 | Alexander Kriegisch | 2022-03-24 | 1 | -0/+2 |
* | Upgrade to latest JDT Core Java 18 changes, activate J18 preview tests | Alexander Kriegisch | 2022-03-24 | 2 | -16/+37 |
* | Rename testGitHub_125 to testCompilerCanReopenClosedJARs_gh125 | Alexander Kriegisch | 2022-03-23 | 1 | -1/+1 |
* | Move GH-128 tests from 1.9.8 to 1.9.9 bugs test suite after merge | Alexander Kriegisch | 2022-03-23 | 4 | -333/+333 |
* | Merge branch 'master' into java-18 | Alexander Kriegisch | 2022-03-23 | 2 | -0/+333 |
|\ |
|
| * | Ignore testAsyncProceedNestedAroundAdviceThreadPool_gh128 for now | Alexander Kriegisch | 2022-03-23 | 1 | -1/+2 |
| * | Name annotation vs native style aspects uniformly in github_128 tests | Alexander Kriegisch | 2022-03-23 | 1 | -4/+4 |
| * | Expand "asynchronous proceed for nested around-advice" to 4 scenarios: | Alexander Kriegisch | 2022-03-23 | 2 | -2/+251 |
| * | Add test "asynchronous proceed for nested around-advice chain" | Alexander Kriegisch | 2022-03-23 | 2 | -0/+83 |
* | | Fix more LTW tests | Alexander Kriegisch | 2022-03-23 | 2 | -3/+30 |
* | | A few dozen more tests need 'useFullLTW' mode | Alexander Kriegisch | 2022-03-23 | 14 | -147/+147 |
* | | AtAjLTWTests: 4 test cases switched to 'useFullLTW' mode | Alexander Kriegisch | 2022-03-23 | 2 | -13/+14 |
* | | Prepare code, tests and docs for Java 18 | Alexander Kriegisch | 2022-03-21 | 11 | -125/+550 |
|/ |
|
* | Regression test for #125: Bugs198Tests.testGitHub_125 | Alexander Kriegisch | 2022-02-23 | 2 | -3/+26 |
* | Move some tests from Ajc198TestsJava to Bugs198Tests | Alexander Kriegisch | 2022-02-23 | 2 | -20/+20 |
* | Improve annotation style if pointcut handling | Andy Clement | 2022-01-31 | 2 | -15/+61 |
* | Fix annotation style support for if(true) and if(false) | Andy Clement | 2022-01-17 | 2 | -0/+30 |
* | Add test for Java 11 constant-dynamic | Alexander Kriegisch | 2022-01-08 | 3 | -0/+48 |
* | Merge pull request #102 from turbanoff/trim_trailing_whitespaces | Andy Clement | 2021-11-30 | 4 | -7/+7 |
|\ |
|
| * | Trim trailing whitespaces. | Andrey Turbanov | 2021-11-20 | 4 | -7/+7 |
* | | Merge pull request #101 from turbanoff/use_StringBuilder_instead_of_StringBuffer | Andy Clement | 2021-11-30 | 6 | -15/+15 |
|\ \ |
|
| * | | Replace uses of StringBuffer with StringBuilder. | Andrey Turbanov | 2021-11-20 | 6 | -15/+15 |
| |/ |
|
* | | Add forgotten Bugs198Tests to test suite | Alexander Kriegisch | 2021-11-26 | 2 | -0/+6 |
* | | Incorporate JDT Core fix + test for #105 | Alexander Kriegisch | 2021-11-26 | 2 | -0/+32 |
|/ |
|
* | Fix Java17PreviewFeaturesTests (locale-specific floating-point output) | Alexander Kriegisch | 2021-10-08 | 1 | -2/+2 |
* | Update ECJ version, activate Java 17 preview features tests | Alexander Kriegisch | 2021-10-02 | 2 | -15/+9 |
* | Add + activate some Java 17 tests | Alexander Kriegisch | 2021-09-07 | 4 | -62/+95 |
* | Test comment cosmetics | Alexander Kriegisch | 2021-09-07 | 9 | -9/+12 |
* | Add integration test for '--release N' compiler option | Alexander Kriegisch | 2021-06-26 | 3 | -0/+81 |
* | Add AspectJ 1.9.7 and Java 17 test skeletons | Alexander Kriegisch | 2021-06-26 | 7 | -0/+335 |
* | Upgrade license from CPLv1/EPLv1 to EPLv2 | Alexander Kriegisch | 2021-06-04 | 190 | -1181/+1181 |
* | Make all tests run on Java 16 via '-add-opens' JVM optionjava16-add-opens | Alexander Kriegisch | 2021-03-23 | 1 | -7/+9 |
* | Fix AtAjLTWTests::testLTWDumpProxy for Java 16 | Alexander Kriegisch | 2021-03-23 | 1 | -2/+14 |
* | Fix some deprecated Java and JUnit warnings by using newer API calls | Alexander Kriegisch | 2021-03-21 | 3 | -3/+3 |
* | Add Java 16 test suite for AspectJ 1.9.7 + test refactorings | Alexander Kriegisch | 2021-03-21 | 9 | -110/+275 |
* | Fix MultiProjectIncrementalTests.testInvalidAspectpath_pr121395 | Alexander Kriegisch | 2021-03-20 | 1 | -1/+8 |
* | Fix tests expecting usage texts as failure outputs | Alexander Kriegisch | 2021-03-20 | 2 | -207/+201 |
* | Fix test relying on JVM warning being stripped from output | Alexander Kriegisch | 2021-03-20 | 1 | -10/+9 |
* | Add Java 15 / AspectJ 1.9.7 test suite | Alexander Kriegisch | 2021-03-17 | 9 | -17/+409 |
* | Do not run tests using Java 14 preview features on this Java 15 compiler | Alexander Kriegisch | 2021-03-17 | 1 | -0/+3 |
* | Restructure Java 14 / AJ 1.9.6 tests | Alexander Kriegisch | 2021-03-17 | 3 | -9/+10 |