mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
redundant cast: check only array access for write separately (IDEA-82003)
This commit is contained in:
@@ -88,6 +88,7 @@ public class RedundantCastTest extends InspectionTestCase {
|
||||
public void testIDEADEV15170() throws Exception { doTest(); }
|
||||
|
||||
public void testIDEADEV25675() throws Exception { doTest(); }
|
||||
public void testFieldAccessOnTheLeftOfAssignment() throws Exception { doTest(); }
|
||||
|
||||
public void testNestedCast() throws Exception { doTest(); }
|
||||
public void testPrimitiveInsideSynchronized() throws Exception { doTest(); }
|
||||
|
||||
Reference in New Issue
Block a user