Browse Source

ensure initialized post serialization

tags/V1_6_7
aclement 14 years ago
parent
commit
7b82ae56fc

+ 1
- 0
org.aspectj.matcher/src/org/aspectj/weaver/patterns/SignaturePattern.java View 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) {

Loading…
Cancel
Save