mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
inplace refactorings: introduce parameter: show conflicts dialog - to be replaced? (in progress)
This commit is contained in:
+5
@@ -219,6 +219,11 @@ class InplaceIntroduceParameterPopup extends IntroduceParameterSettingsPanel {
|
||||
return myOccurrences;
|
||||
}
|
||||
};
|
||||
processor.setPrepareSuccessfulSwingThreadCallback(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
}
|
||||
});
|
||||
processor.run();
|
||||
normalizeParameterIdxAccordingToRemovedParams(parametersToRemove);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user