mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-06 01:06:54 +07:00
Java: Avoid duplicates for shadowed members in completion list for arguments of reflection calls. Simplify building the list of method names with PsiClass.getVisibleSignatures() (IDEA-167250)
This commit is contained in:
@@ -23,6 +23,7 @@ class Test {
|
||||
public void method(){}
|
||||
public void method2(A a, B b){}
|
||||
void method1(){}
|
||||
private void method0(C c) {}
|
||||
}
|
||||
|
||||
class A {}
|
||||
|
||||
Reference in New Issue
Block a user