redundant cast: check only array access for write separately (IDEA-82003)

This commit is contained in:
anna
2012-02-29 14:10:29 +01:00
parent 4f64bb7ed8
commit 5a9e5f5acc
4 changed files with 29 additions and 1 deletions
@@ -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(); }