mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
move operator assignment check for object to javac quirks inspection with fix (IDEA-154209)
This commit is contained in:
+4
@@ -61,4 +61,8 @@ public class LightAdvHighlightingJdk6Test extends LightDaemonAnalyzerTestCase {
|
||||
public void testUnreachableAssignments() { doTest(false, false); }
|
||||
public void testCompileTypeConstantsAccessibleFromStaticFieldInitializers() { doTest(false, false);}
|
||||
public void testInheritUnrelatedConcreteMethodsWithSameSignature() { doTest(false, false);}
|
||||
|
||||
public void testAssignmentFromStringToObject() {
|
||||
doTest(true, false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user