CodingSpectator icon indicating copy to clipboard operation
CodingSpectator copied to clipboard

Instrument Introduce Parameter Refactoring

Open vazexqi opened this issue 14 years ago • 2 comments

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.

vazexqi avatar Apr 19 '11 20:04 vazexqi

Duplicate of #32.

vazexqi avatar Apr 19 '11 20:04 vazexqi

@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?

reprogrammer avatar Jul 23 '11 22:07 reprogrammer