extract method object: order moved methods by usages; write access (IDEA-78847)

This commit is contained in:
anna
2011-12-14 12:58:28 +01:00
parent fba470d64d
commit e8ccd03fa2
5 changed files with 129 additions and 8 deletions

View File

@@ -110,6 +110,10 @@ public class ExtractMethodObjectTest extends LightRefactoringTestCase {
public void testWithPrivateMethodUsed() throws Exception {
doTest();
}
public void testWithPrivateMethodUsed1() throws Exception {
doTest();
}
public void testWithPrivateMethodWhichCantBeMoved() throws Exception {
doTest();