mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
extract method from expression: declare necessary variables inside; reassign result when it was assigned before (IDEA-63593)
This commit is contained in:
@@ -151,6 +151,14 @@ public class ExtractMethodTest extends LightCodeInsightTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testExtractAssignmentExpression() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testExtractAssignmentExpressionFromStatement() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void _testExtractFromTryFinally2() throws Exception { // IDEADEV-11844
|
||||
doTest();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user