mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 22:09:38 +07:00
safe delete method parameter: change method signature in javadoc accordingly (IDEA-57032)
This commit is contained in:
@@ -61,6 +61,11 @@ public class SafeDeleteTest extends MultiFileTestCase {
|
||||
doTest("B");
|
||||
}
|
||||
|
||||
public void testJavadocParamRef() throws Exception {
|
||||
myDoCompare = false;
|
||||
doTest("Super");
|
||||
}
|
||||
|
||||
public void testEnumConstructorParameter() throws Exception {
|
||||
myDoCompare = false;
|
||||
doTest("UserFlags");
|
||||
|
||||
Reference in New Issue
Block a user