]> source.dussan.org Git - aspectj.git/commit
fix and test for Bugzilla Bug 43194
authorjhugunin <jhugunin>
Thu, 18 Sep 2003 18:38:14 +0000 (18:38 +0000)
committerjhugunin <jhugunin>
Thu, 18 Sep 2003 18:38:14 +0000 (18:38 +0000)
commitfc0d2af02cc6b6f8a4d9425e3c1cdd166957dde9
tree3f0576fa925b4fbda4d12218c16cb0e1b28a660d
parent86be10e1c46dc6b3c57a5200da03dd7b77ffe12f
fix and test for Bugzilla Bug 43194
   java.lang.VerifyError in generated code

Bug was that a portion of ReferencePointcut.concretize was not behaving
functionally but was mutating state.
tests/ajcTests.xml
tests/bugs/AdviceInteraction.java [new file with mode: 0644]
weaver/src/org/aspectj/weaver/patterns/ReferencePointcut.java