mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
replace duplicates when pull methods up
This commit is contained in:
@@ -94,6 +94,10 @@ public class PullUpTest extends LightCodeInsightTestCase {
|
||||
doTest(new RefactoringTestUtil.MemberDescriptor("method", PsiMethod.class, true));
|
||||
}
|
||||
|
||||
public void testReplaceDuplicatesInInheritors() throws Exception {
|
||||
doTest(new RefactoringTestUtil.MemberDescriptor("foo", PsiMethod.class, false));
|
||||
}
|
||||
|
||||
public void testGenericsInImplements() throws Exception {
|
||||
doTest(false, new RefactoringTestUtil.MemberDescriptor("I", PsiClass.class));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user