mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
skip inaccessible duplicates (IDEA-75520)
This commit is contained in:
@@ -85,4 +85,8 @@ public class FindMethodDuplicatesMiscTest extends FindMethodDuplicatesBaseTest {
|
||||
public void testVarVarargsAccess() throws Exception {
|
||||
doTest();
|
||||
}
|
||||
|
||||
public void testSkipNotAccessible() throws Exception {
|
||||
doTest(false);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user