| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move 1.9.20 bug regression tests to the correct spots | Alexander Kriegisch | 2023-08-15 | 4 | -247/+247 |
* | Add regression test for #250 | Alexander Kriegisch | 2023-08-06 | 2 | -0/+22 |
* | Add method ArrayReferenceType.equals to fix failing tests | Alexander Kriegisch | 2023-06-26 | 1 | -1/+3 |
* | Add failing test reproducing #246 | Alexander Kriegisch | 2023-06-26 | 2 | -2/+21 |
* | Adjust expected error message in switch pattern tests after upstream typo fix | Alexander Kriegisch | 2023-06-24 | 4 | -11/+11 |
* | Add AllTestsAspectJ1920 to AllTests19 suite | Alexander Kriegisch | 2023-06-24 | 1 | -0/+2 |
* | Add basic tests for Java 20, deactivate Java 19 preview tests | Alexander Kriegisch | 2023-06-24 | 8 | -1/+537 |
* | Fix XML config for Bugs1919Tests.test_GitHub_214 | Alexander Kriegisch | 2023-06-04 | 1 | -2/+4 |
* | Sync HandleProviderDelimiter with JDT Core & AJDT | Alexander Kriegisch | 2023-02-26 | 8 | -108/+111 |
* | Add regression test reproducing GitHub #214 | Alexander Kriegisch | 2023-01-21 | 2 | -0/+32 |
* | Comment on newly pointcut parsing found problem in test class | Alexander Kriegisch | 2023-01-15 | 1 | -0/+2 |
* | Fix failing tests after previous commit | Alexander Kriegisch | 2023-01-15 | 3 | -20/+23 |
* | Expand regression tests for GitHub bug #24 | Alexander Kriegisch | 2023-01-15 | 1 | -13/+56 |
* | Add regression tests for GitHub bug #24 | Alexander Kriegisch | 2023-01-15 | 2 | -0/+108 |
* | Refactor, comment and reactivate Ajc183Tests.testAnnoStyleDecp_442425 | Alexander Kriegisch | 2023-01-07 | 2 | -19/+24 |
* | No more compiler errors for implicitly static inner aspects of interfaces | Alexander Kriegisch | 2023-01-06 | 2 | -0/+22 |
* | Test cosmetics | Alexander Kriegisch | 2023-01-06 | 2 | -3/+3 |
* | Add test reproducing problem from #198 | Alexander Kriegisch | 2023-01-04 | 2 | -25/+49 |
* | Fix parenthesised AJ keyword compiler problem | Alexander Kriegisch | 2023-01-04 | 2 | -0/+24 |
* | Regression test for #190 | Alexander Kriegisch | 2022-12-30 | 2 | -0/+16 |
* | Fix indentation in ajc1919.xml (cosmetics) | Alexander Kriegisch | 2022-12-30 | 1 | -8/+8 |
* | Fix #366085 concerning declared annotations with source retention | Alexander Kriegisch | 2022-12-21 | 2 | -5/+11 |
* | Add tests for Java 19 record patterns | Alexander Kriegisch | 2022-12-21 | 2 | -2/+119 |
* | OutputSpec.matchesThisVm better supports version ranges | Alexander Kriegisch | 2022-10-05 | 11 | -272/+272 |
* | Fix tests due to changed JDK 'toString' methods in Java 19 | Alexander Kriegisch | 2022-10-03 | 3 | -42/+51 |
* | Add the first few Java 19 tests | Alexander Kriegisch | 2022-10-03 | 8 | -0/+404 |
* | Deactivate Java 18 preview language feature tests | Alexander Kriegisch | 2022-10-03 | 2 | -1/+4 |
* | 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 |