mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-17 21:43:33 +07:00
introduce refactorings: do not try to rename dependencies after newly introduced variable (EA-26587 - AIOOBE: InplaceIntroduceParameterPopup.getParameter)
This commit is contained in:
+5
@@ -169,6 +169,11 @@ public class VariableInplaceIntroducer extends VariableInplaceRenamer {
|
||||
return myExprMarker;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean performAutomaticRename() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
protected void moveOffsetAfter(boolean success) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user