Fixed JdkAnnotationsSanityTest.

This commit is contained in:
Evgeny Gerashchenko
2012-12-10 17:59:35 +04:00
parent 1dc928b5db
commit feb484cccb
3 changed files with 19 additions and 3 deletions
@@ -95,7 +95,7 @@ public class RawTypesCheck {
}
for (HierarchicalMethodSignature superSignature : method.getHierarchicalMethodSignature().getSuperSignatures()) {
if (hasRawTypesInSignature(superSignature.getMethod())) {
if (superSignature.isRaw() || hasRawTypesInSignature(superSignature.getMethod())) {
return true;
}
}