inplace refactorings: introduce parameter: show conflicts dialog - to be replaced? (in progress)

This commit is contained in:
anna
2011-02-27 14:41:20 +01:00
parent 01485d045c
commit 2e882d82b0
@@ -219,6 +219,11 @@ class InplaceIntroduceParameterPopup extends IntroduceParameterSettingsPanel {
return myOccurrences;
}
};
processor.setPrepareSuccessfulSwingThreadCallback(new Runnable() {
@Override
public void run() {
}
});
processor.run();
normalizeParameterIdxAccordingToRemovedParams(parametersToRemove);
}