mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
EA-62714 - CCE: DuplicateConflictResolver.resolveConflict
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ public class DuplicateConflictResolver implements PsiConflictResolver{
|
||||
for (CandidateInfo info : conflicts) {
|
||||
final PsiElement element = info.getElement();
|
||||
Object key;
|
||||
if (element instanceof PsiMethod) {
|
||||
if (info instanceof MethodCandidateInfo) {
|
||||
key = ((PsiMethod)element).getSignature(((MethodCandidateInfo)info).getSubstitutor(false));
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user