mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-26 19:06:24 +07:00
IDEA-152851 Extract Method Object: incompilable result in case of this and super and anonymous class creation
This commit is contained in:
@@ -138,6 +138,10 @@ public class ExtractMethodObjectTest extends LightRefactoringTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testThisAndSuperAnon() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
|
||||
public void testWithPrivateMethodWhichCantBeMoved() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user