convert to instance: remove target class parameter javadoc (IDEA-78892 )

This commit is contained in:
anna
2011-12-20 21:07:02 +01:00
parent 08b12236e4
commit eaeb6d1257
5 changed files with 49 additions and 18 deletions

View File

@@ -30,6 +30,8 @@ public class ConvertToInstanceMethodTest extends LightRefactoringTestCase {
public void testInterfaceTypeParameter() throws Exception { doTest(0); }
public void testJavadocParameter() throws Exception { doTest(0); }
private void doTest(final int targetParameter) throws Exception {
final String filePath = "/refactoring/convertToInstanceMethod/" + getTestName(false) + ".java";
configureByFile(filePath);