mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-09 08:09:39 +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,4 +23,5 @@ class Test {
|
||||
public int num;
|
||||
public int num2;
|
||||
int num1;
|
||||
private int num0;
|
||||
}
|
||||
Reference in New Issue
Block a user