]> source.dussan.org Git - aspectj.git/commit
expanded coverage and fix for bug involving around advice with either
authorjhugunin <jhugunin>
Thu, 1 May 2003 03:25:43 +0000 (03:25 +0000)
committerjhugunin <jhugunin>
Thu, 1 May 2003 03:25:43 +0000 (03:25 +0000)
commitea84f573e50bd198f3412acffb7157e9d9b8b544
treee9821ceb029efbd9d6f211c9ec243fa80ea9d205
parentabe705ad6b4926e7c02cf49b3ba033c320cf2b60
expanded coverage and fix for bug involving around advice with either
assert or <name>.class in the body

the fix for now is just to not inline such advice, but in the future these
should be transformed to inlinable constructs
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AccessForInlineVisitor.java
org.aspectj.ajdt.core/src/org/aspectj/ajdt/internal/compiler/ast/AdviceDeclaration.java
tests/bugs/interSpecials/p1/C.java
tests/bugs/interSpecials/p2/A1.java
tests/bugs/interSpecials/p2/A2.java
tests/jimTests.xml