mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
correct field's class instance when move instance method (IDEA-82103)
This commit is contained in:
+2
@@ -33,6 +33,8 @@ public class MoveInstanceMethodTest extends LightRefactoringTestCase {
|
||||
|
||||
public void testQualifyThisHierarchy() throws Exception {doTest(true, 0);}
|
||||
|
||||
public void testQualifyField() throws Exception {doTest(false, 0);}
|
||||
|
||||
public void testAnonymousHierarchy() throws Exception {doTest(true, 0);}
|
||||
|
||||
public void testTwoParams() throws Exception { doTest(true, 0); }
|
||||
|
||||
Reference in New Issue
Block a user