aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs165
Commit message (Collapse)AuthorAgeFilesLines
* Comment on newly pointcut parsing found problem in test classAlexander Kriegisch2023-01-151-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 commitAlexander Kriegisch2023-01-151-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>
* 279983: testaclement2009-06-121-0/+25
|
* 277959: stack depth must be at least one if there is an exception handleraclement2009-05-282-0/+46
|
* 277508: more stable if_ method namesaclement2009-05-222-0/+40
|
* 275625: test and fix: declare at methodaclement2009-05-122-0/+44
|
* 275032: test and fix: itd of no-arg constructor should overwrite a generated ↵aclement2009-05-054-0/+26
| | | | default constructor
* 272825: test and fix: super method call with generic itdsaclement2009-04-304-0/+39
|
* 273628: test and fix: use of if() pointcut in annotation style with ↵aclement2009-04-245-0/+86
| | | | annotation value binding!
* 272233: test and fix, using 'void<?>'aclement2009-04-162-0/+37
|
* 265356: positional info for anno style messagesaclement2009-04-081-0/+16
|
* 271169: test and fix: npe in weave call method with 4 longsaclement2009-04-041-0/+19