]> source.dussan.org Git - aspectj.git/commit
Fix for Bug 71377: Cannot advise private method call in around advice
authoraclement <aclement>
Mon, 9 Aug 2004 10:26:53 +0000 (10:26 +0000)
committeraclement <aclement>
Mon, 9 Aug 2004 10:26:53 +0000 (10:26 +0000)
commit851da68a07bcbfac4414fadc1b9f3bc02fa810a5
tree8774e959f018037db9891f447e4f7070c0cc8a71
parent299d24a82619057d3746db391afb238c213d56e5
Fix for Bug 71377: Cannot advise private method call in around advice
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AspectDeclaration.java
tests/bugs/AroundAdviceJPs/FieldGetJoinPointsInAroundAdvice.java [new file with mode: 0644]
tests/bugs/AroundAdviceJPs/FieldJoinPointsInAroundAdvice.java [new file with mode: 0644]
tests/bugs/AroundAdviceJPs/JoinPointInAroundAdvice.java [new file with mode: 0644]
tests/src/org/aspectj/systemtest/ajc121/Ajc121Tests.java
tests/src/org/aspectj/systemtest/ajc121/ajc121-tests.xml
weaver/src/org/aspectj/weaver/bcel/LazyClassGen.java