unchecked warning explanation (IDEA-126457)

This commit is contained in:
Anna Kozlova
2015-03-16 13:34:32 +01:00
parent 83e429cd8f
commit 6ad1810157
4 changed files with 78 additions and 16 deletions
@@ -188,4 +188,8 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
public void testIDEA111450() { doTest(true, false); }
public void testExternalizable() { doTest(true, false); }
public void testAccessToStaticMethodsFromInterfaces() { doTest(true, false); }
public void testUncheckedExtendedWarnings() throws Exception {
doTest(true, false);
}
}