mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 08:51:02 +07:00
extract method: qualify with this if needed when target class differs from call place's one
This commit is contained in:
@@ -168,6 +168,12 @@ public class ExtractMethodTest extends LightCodeInsightTestCase {
|
||||
doTest();
|
||||
}
|
||||
|
||||
|
||||
public void testConflictingAnonymous() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
|
||||
public void testFinalParamUsedInsideAnon() throws Exception {
|
||||
CodeStyleSettingsManager.getSettings(getProject()).GENERATE_FINAL_PARAMETERS = false;
|
||||
doTest();
|
||||
|
||||
Reference in New Issue
Block a user