root chooser: replace constructor with builder

This commit is contained in:
anna
2011-09-20 16:45:57 +02:00
parent a3b2a7edda
commit 20b148ea41
5 changed files with 94 additions and 50 deletions

View File

@@ -104,7 +104,7 @@ public class ReplaceConstructorWithBuilderTest extends MultiFileTestCase {
}
}
try {
new ReplaceConstructorWithBuilderProcessor(getProject(), constructors, map, "Builder", packageName, createNewBuilderClass).run();
new ReplaceConstructorWithBuilderProcessor(getProject(), constructors, map, "Builder", packageName, null, createNewBuilderClass).run();
if (conflicts != null) {
fail("Conflicts were not detected:" + conflicts);
}