mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
rename invalid method: prepend renaming ref to preserve old name (IDEA-89045)
This commit is contained in:
+1
@@ -176,6 +176,7 @@ public class RenameWrongRefFix implements IntentionAction {
|
||||
}
|
||||
}
|
||||
|
||||
items.add(LookupElementBuilder.create(myRefExpr.getReferenceName()));
|
||||
MyScopeProcessor processor = new MyScopeProcessor(myRefExpr);
|
||||
myRefExpr.processVariants(processor);
|
||||
PsiElement[] variants = processor.getVariants();
|
||||
|
||||
Reference in New Issue
Block a user