Pavel Dolgov
|
e8dabd42ff
|
Java: Fixed completion of overloaded method parameters in getDeclaredMethod("methodName", ...) (IDEA-171721)
|
2017-04-25 14:41:26 +03:00 |
|
Pavel Dolgov
|
aedc783354
|
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)
|
2017-03-03 12:04:52 +03:00 |
|
Pavel Dolgov
|
0a85d2a207
|
Java: Remove duplicates from the completion list for argument of getMethod(). Simplified priority in the argument completion for getField() and getMethod() (IDEA-167250)
|
2017-02-16 16:00:47 +03:00 |
|
Pavel Dolgov
|
e4ec230e5d
|
Java: Added priorities in the completion list for arguments of getField() and getMethod() (IDEA-167250)
|
2017-02-14 17:11:55 +03:00 |
|