mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
redundant cast: process instanceof (IDEA-128493)
This commit is contained in:
+1
@@ -145,6 +145,7 @@ public class LightAdvHighlightingJdk7Test extends LightDaemonAnalyzerTestCase {
|
||||
public void testPreciseRethrow() { doTest(false, false); }
|
||||
public void testImprovedCatchAnalysis() { doTest(true, false); }
|
||||
public void testPolymorphicTypeCast() { doTest(true, false); }
|
||||
public void testTypeCastInInstanceof() { doTest(true, false); }
|
||||
public void testErasureClashConfusion() { doTest(true, false, UnusedDeclarationInspection.class); }
|
||||
public void testUnused() { doTest(true, false, UnusedDeclarationInspection.class); }
|
||||
public void testSuperBound() { doTest(false, false); }
|
||||
|
||||
Reference in New Issue
Block a user