mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
exclude method type parameters from extracted class signature (IDEA-53446)
This commit is contained in:
@@ -227,6 +227,10 @@ public class ExtractClassTest extends MultiFileTestCase{
|
||||
doTestField(null);
|
||||
}
|
||||
|
||||
public void testMethodTypeParameters() throws Exception {
|
||||
doTestMethod();
|
||||
}
|
||||
|
||||
public void testPublicVisibility() throws Exception {
|
||||
doTest(new PerformAction() {
|
||||
public void performAction(final VirtualFile rootDir, final VirtualFile rootAfter) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user