mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
unchecked warning explanation (IDEA-126457)
This commit is contained in:
+4
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user