Instrument Introduce Parameter Refactoring
Introduce Parameter appears to be a pretty popular refactoring (according to http://portal.acm.org/citation.cfm?id=1555001.1555044). We have instrumented most of the top refactorings in that list and we should instrument this one as well (soon) for completeness.
Personally, I haven't used this refactoring much but the statistics seems to show that Toolsmiths and Users use it a lot.
Duplicate of #32.
@vazexqi: Is this really a duplicate of issue #32? Eclipse refactoring logs contain refactorings with two different ID's org.eclipse.jdt.ui.introduce.parameter and org.eclipse.jdt.ui.introduce.parameter.object. Do these two ID's correspond to different refactorings or a single one?