]> source.dussan.org Git - aspectj.git/commitdiff
guard raising cantFindType
authoraclement <aclement>
Sat, 7 Nov 2009 00:34:13 +0000 (00:34 +0000)
committeraclement <aclement>
Sat, 7 Nov 2009 00:34:13 +0000 (00:34 +0000)
org.aspectj.matcher/src/org/aspectj/weaver/MissingResolvedTypeWithKnownSignature.java

index 60252a19dbb2868a325f10b4741becaf702d656b..18b2cdff22b99d70952e09030530f21e45c6f90c 100644 (file)
@@ -221,6 +221,9 @@ public class MissingResolvedTypeWithKnownSignature extends ResolvedType {
        }
 
        private void raiseCantFindType(String key) {
+               if (!world.getLint().cantFindType.isEnabled()) {
+                       return;
+               }
                if (issuedCantFindTypeError) {
                        return;
                }