introduce field: avoid dbl setup creation when no annotation present (IDEA-76926)

This commit is contained in:
anna
2011-11-21 09:39:19 +01:00
parent 642365d6f9
commit b3922178be
5 changed files with 73 additions and 5 deletions

View File

@@ -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");