mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
introduce field: avoid dbl setup creation when no annotation present (IDEA-76926)
This commit is contained in:
@@ -83,6 +83,9 @@ public class IntroduceFieldWitSetUpInitializationTest extends CodeInsightTestCas
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testBeforeExistNonAnnotated() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
private void doTest() throws Exception {
|
||||
configureByFile("/refactoring/introduceField/before" + getTestName(false) + ".java");
|
||||
|
||||
Reference in New Issue
Block a user