| Commit message (Expand) | Author | Age | Files | Lines |
* | Add tests for underscores in pointcuts on Java 21+ | Alexander Kriegisch | 2024-02-13 | 2 | -0/+47 |
* | 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 | 2 | -2/+10 |
* | Replace old by new AspectJ GitHub URL | Alexander Kriegisch | 2024-02-08 | 5 | -13/+13 |
* | Move docs examples directory two levels up | Alexander Kriegisch | 2024-01-06 | 2 | -2/+2 |
* | Globally fix spelling error "dependancy/dependancies" | Alexander Kriegisch | 2024-01-06 | 1 | -1/+1 |
* | Add tests for Java 21 unnamed classes and instance methods | Alexander Kriegisch | 2023-12-11 | 2 | -0/+52 |
* | Add tests for Java 21 unnamed patterns | Alexander Kriegisch | 2023-12-11 | 2 | -0/+63 |
* | Add tests for Java 21 string patterns | Alexander Kriegisch | 2023-12-11 | 2 | -2/+77 |
* | Reactivate some tests on JDK 21 after upstream fix | Alexander Kriegisch | 2023-11-27 | 1 | -7/+1 |
* | AllTests19 suite: add AllTestsAspectJ1921 | Alexander Kriegisch | 2023-11-27 | 1 | -0/+2 |
* | Enable some tests after J19 problems were fixed for J21 | Alexander Kriegisch | 2023-11-05 | 2 | -16/+9 |
* | Make all existing tests run on JDK 21 | Alexander Kriegisch | 2023-10-05 | 4 | -488/+139 |
* | Move some 1.9.20.1 bug tests to correct directory | Alexander Kriegisch | 2023-10-05 | 2 | -5/+9 |
* | Add test infrastructure for Java 21 (WIP) | Alexander Kriegisch | 2023-10-05 | 10 | -3/+908 |
* | Beautify sanity tests using bytecode level constants | Alexander Kriegisch | 2023-10-05 | 12 | -29/+45 |
* | Remove old '.cvsignore' files | Alexander Kriegisch | 2023-09-27 | 5 | -5/+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 | 2 | -0/+50 |
* | 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 | 2 | -0/+23 |
* | 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 |