Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve Ajc165Tests.testFunkyPointcut_pr272233_2 | Alexander Kriegisch | 2024-04-12 | 1 | -33/+43 |
| | | | | | | | Add more funky pointcuts concerning 'void[]' and pointcuts matching arrays of generic types. Remove TODO after previously committed bugfix. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Comment on newly pointcut parsing found problem in test class | Alexander Kriegisch | 2023-01-15 | 1 | -0/+25 |
| | | | | | | | | | | | | A pointcut like execution(*..Collection<?>[] *(..)) leads to an AJ core dump, which is something I noticed while fixing a test in the previous commit. I am going to create a new issue for it and link to this commit later. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Fix failing tests after previous commit | Alexander Kriegisch | 2023-01-15 | 1 | -3/+12 |
| | | | | | | | | | After the changes, the weaver's behaviour is now slightly different, but not actually buggy. Actually, in one case there is now a weaver warning for a non-matching pointcut which should have been there before, but was not. I.e., things have improved and the tests are even a bit better now. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | 272233: test and fix, using 'void<?>' | aclement | 2009-04-16 | 2 | -0/+37 |