mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
extract method object from expression: declare necessary variables after call to replace invoke() with correct getter
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user