]> source.dussan.org Git - aspectj.git/commitdiff
ensure initialized post serialization
authoraclement <aclement>
Mon, 2 Nov 2009 23:09:22 +0000 (23:09 +0000)
committeraclement <aclement>
Mon, 2 Nov 2009 23:09:22 +0000 (23:09 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/patterns/SignaturePattern.java

index 0fc18905f224dda455bf87e32bd47f66fb4ab576..22a3590401f70ec309252fb88f97601391475c05 100644 (file)
@@ -63,6 +63,7 @@ public class SignaturePattern extends PatternNode {
                this.parameterTypes = parameterTypes;
                this.throwsPattern = throwsPattern;
                this.annotationPattern = annotationPattern;
+               this.isExactDeclaringTypePattern = (declaringType instanceof ExactTypePattern);
        }
 
        public SignaturePattern resolveBindings(IScope scope, Bindings bindings) {