]> source.dussan.org Git - aspectj.git/commit
Fix inline accessor method bug in BcelAccessForInlineMunger
authorAlexander Kriegisch <Alexander@Kriegisch.name>
Sat, 5 Aug 2023 05:15:37 +0000 (12:15 +0700)
committerAlexander Kriegisch <Alexander@Kriegisch.name>
Sun, 6 Aug 2023 02:38:11 +0000 (09:38 +0700)
commitf44dc75e6b0e9a80b41dce7b43fa1a393a4a2adb
tree44f59d4f40a1b05001b05e02343832128ef8f390
parent8170ae6ffd7068a3f224de0df2008d74d6b9d35b
Fix inline accessor method bug in BcelAccessForInlineMunger

Make sure to create one ajc$inlineAccessMethod per identically named
(overloaded) private aspect method in
BcelAccessForInlineMunger.createOrGetInlineAccessorForMethod.

Fixes #250.

Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
tests/java5/ataspectj/ataspectj/AroundInlineMungerTestAspects.java
weaver/src/main/java/org/aspectj/weaver/bcel/BcelAccessForInlineMunger.java