extract method object from expression: declare necessary variables after call to replace invoke() with correct getter

This commit is contained in:
anna
2010-12-29 16:15:27 +03:00
parent fa41e76126
commit 58c376fcde
7 changed files with 95 additions and 4 deletions

View File

@@ -84,4 +84,12 @@ public class ExtractMethodObjectWithMultipleExitPointsTest extends LightCodeInsi
public void testUniqueObjectName() throws Exception {
doTest();
}
public void testExtractedAssignmentExpression() throws Exception {
doTest();
}
public void testExtractedIncExpression() throws Exception {
doTest();
}
}