extract method: null checks should not miss final modifiers ( IDEA-55515 )

This commit is contained in:
anna
2010-06-03 20:42:17 +04:00
parent c6c7190d11
commit 48913eb2fe
4 changed files with 46 additions and 11 deletions

View File

@@ -400,6 +400,10 @@ public class ExtractMethodTest extends LightCodeInsightTestCase {
doTest();
}
public void testNullableCheckDontMissFinal() throws Exception {
doTest();
}
public void testSimpleArrayAccess() throws Exception {
doTest();
}