]> source.dussan.org Git - aspectj.git/commitdiff
231396: Comment #4: Big Refactoring: tidyup loose joinpointsig iterators
authoraclement <aclement>
Thu, 29 May 2008 19:04:46 +0000 (19:04 +0000)
committeraclement <aclement>
Thu, 29 May 2008 19:04:46 +0000 (19:04 +0000)
weaver/src/org/aspectj/weaver/MemberImpl.java

index a803f2db893e499177125e51c6dd9b8d5210a9d6..2b3df1a45c8eca84ac57d1dd3fda4386680a653a 100644 (file)
@@ -993,6 +993,9 @@ public class MemberImpl implements Comparable, AnnotatedElement,Member {
                reportedUnresolvableMember = true;                                              
                }
     }
-
+       
+    public void wipeJoinpointSignatures() {
+        joinPointSignatures = null;
+    }
 }