copy javadoc to the generated constructor (IDEADEV-41681)

This commit is contained in:
anna
2010-01-15 15:58:16 +03:00
parent 7845b344da
commit 7d8382e7e6
5 changed files with 79 additions and 5 deletions

View File

@@ -68,6 +68,10 @@ public class IntroduceParameterObjectTest extends MultiFileTestCase{
doTest(false, true);
}
public void testCopyJavadoc() throws Exception {
doTest(false, true);
}
public void testUsedInnerClass() throws Exception {
doTest(false, true);
}