| Commit message (Expand) | Author | Age | Files | Lines |
* | Adapt to 1.9.24 release of AspectJ Eclipse JDT Compiler variant | Andrew Clement | 4 days | 7 | -19/+150 |
* | Fixes #326: ClassCastException: class ParameterizedTypeBinding cannot be cast... | Andrew Clement | 2025-03-25 | 1 | -0/+11 |
* | Fixed #327 - Attempt to push null on operand stack | Andrew Clement | 2025-03-24 | 1 | -1/+16 |
* | Fix for GH328 - problem with generating supporting code for inline method access | Andrew Clement | 2025-03-21 | 1 | -0/+9 |
* | Add Java23 support | Andrew Clement | 2025-03-07 | 94 | -2574/+2681 |
* | Use aspect file/line matching for weave messages in some tests | Alexander Kriegisch | 2024-04-13 | 2 | -12/+12 |
* | Fix expected weave messages after previous changes | Alexander Kriegisch | 2024-04-13 | 6 | -130/+142 |
* | Improve Ajc165Tests.testFunkyPointcut_pr272233_2 | Alexander Kriegisch | 2024-04-12 | 1 | -7/+19 |
* | Make Ajc165Tests.testFunkyPointcut_pr272233_2 pass | Alexander Kriegisch | 2024-04-12 | 1 | -0/+1 |
* | Fix test after node traversal was improved | Alexander Kriegisch | 2024-04-12 | 2 | -0/+2 |
* | Add IT reproducing JoinPointImpl thread-locals memory leak | Alexander Kriegisch | 2024-04-10 | 1 | -0/+14 |
* | Remove some TODOs from Java feature tests | Alexander Kriegisch | 2024-03-23 | 2 | -9/+0 |
* | Switch to Java 22 + add basic test suite | Alexander Kriegisch | 2024-03-23 | 3 | -1/+277 |
* | Adjust 1.6.1 'testRunningBrokenCode_pr102733*' tests ECJ Java 22 | Alexander Kriegisch | 2024-03-23 | 1 | -47/+58 |
* | Remove BCEL files from 'lib' module | Alexander Kriegisch | 2024-03-15 | 3 | -7/+7 |
* | Avoid ThreadLocal memory leak in JoinPointImpl | Alexander Kriegisch | 2024-03-12 | 1 | -4/+4 |
* | Add regression tests for inheritable thread-local memory leak | Alexander Kriegisch | 2024-03-12 | 1 | -0/+52 |
* | Add Bugs1921Tests::testGitHub_285 | Alexander Kriegisch | 2024-03-02 | 1 | -0/+21 |
* | Add Ajc164Tests::testMultipleXMLFiles | Alexander Kriegisch | 2024-02-22 | 1 | -0/+10 |
* | New abstract class JavaVersionSpecificXMLBasedAjcTestCase | Alexander Kriegisch | 2024-02-19 | 1 | -0/+69 |
* | Add tests for underscores in pointcuts on Java 21+ | Alexander Kriegisch | 2024-02-13 | 1 | -0/+35 |
* | ITD inner type tests: replace '_' by '__' | Alexander Kriegisch | 2024-02-13 | 1 | -28/+28 |
* | Update Java 21 string patterns tests after JDT Core bugfix | Alexander Kriegisch | 2024-02-12 | 1 | -6/+2 |
* | ajc1921.xml: Add AspectJ version hint to #279 test case | Alexander Kriegisch | 2024-02-09 | 1 | -1/+1 |
* | IT reproducing GitHub issue 279 | Alexander Kriegisch | 2024-02-08 | 1 | -0/+8 |
* | Replace old by new AspectJ GitHub URL | Alexander Kriegisch | 2024-02-08 | 3 | -11/+11 |
* | Move docs examples directory two levels up | Alexander Kriegisch | 2024-01-06 | 2 | -2/+2 |
* | Add tests for Java 21 unnamed classes and instance methods | Alexander Kriegisch | 2023-12-11 | 1 | -0/+33 |
* | Add tests for Java 21 unnamed patterns | Alexander Kriegisch | 2023-12-11 | 1 | -0/+41 |
* | Add tests for Java 21 string patterns | Alexander Kriegisch | 2023-12-11 | 1 | -0/+71 |
* | Reactivate some tests on JDK 21 after upstream fix | Alexander Kriegisch | 2023-11-27 | 1 | -7/+1 |
* | Enable some tests after J19 problems were fixed for J21 | Alexander Kriegisch | 2023-11-05 | 1 | -3/+2 |
* | Make all existing tests run on JDK 21 | Alexander Kriegisch | 2023-10-05 | 1 | -342/+62 |
* | Move some 1.9.20.1 bug tests to correct directory | Alexander Kriegisch | 2023-10-05 | 1 | -4/+7 |
* | Add test infrastructure for Java 21 (WIP) | Alexander Kriegisch | 2023-10-05 | 3 | -1/+549 |
* | Remove old '.cvsignore' files | Alexander Kriegisch | 2023-09-27 | 2 | -2/+0 |
* | ajc162.xml: Fix test failing after previous bugfix | Alexander Kriegisch | 2023-08-23 | 1 | -2/+2 |
* | Add regression test for #257 | Alexander Kriegisch | 2023-08-23 | 1 | -0/+41 |
* | Improve bridge method test, bootstrapping ASM usage | Alexander Kriegisch | 2023-08-22 | 1 | -1/+6 |
* | Regression test for Spring issue 27761 | Alexander Kriegisch | 2023-08-21 | 1 | -0/+11 |
* | Move 1.9.20 bug regression tests to the correct spots | Alexander Kriegisch | 2023-08-15 | 2 | -215/+215 |
* | Add regression test for #250 | Alexander Kriegisch | 2023-08-06 | 1 | -0/+13 |
* | 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 | 1 | -0/+12 |
* | Adjust expected error message in switch pattern tests after upstream typo fix | Alexander Kriegisch | 2023-06-24 | 4 | -11/+11 |
* | Add basic tests for Java 20, deactivate Java 19 preview tests | Alexander Kriegisch | 2023-06-24 | 2 | -0/+249 |
* | Fix XML config for Bugs1919Tests.test_GitHub_214 | Alexander Kriegisch | 2023-06-04 | 1 | -2/+4 |
* | Add regression test reproducing GitHub #214 | Alexander Kriegisch | 2023-01-21 | 1 | -0/+28 |
* | 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 |