Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 3 | 3 | 0.962 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 5 | 84 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java |
2 | 5 | 90 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java |
3 | 5 | 96 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java |
| ||||
fExactStrategyRadio = new SelectionButtonDialogField(SWT.RADIO); fExactStrategyRadio.setLabelText(RefactoringMessages.RenameTypeWizardSimilarElementsOptionsDialog_strategy_1); fExactStrategyRadio.doFillIntoGrid(messageComposite, 1); fExactStrategyRadio.setSelection(fSelectedStrategy == RenamingNameSuggestor.STRATEGY_EXACT); LayoutUtil.setHorizontalIndent(fExactStrategyRadio.getSelectionButton(null), indent); |
| ||||
fEmbeddedStrategyRadio = new SelectionButtonDialogField(SWT.RADIO); fEmbeddedStrategyRadio.setLabelText(RefactoringMessages.RenameTypeWizardSimilarElementsOptionsDialog_strategy_2); fEmbeddedStrategyRadio.doFillIntoGrid(messageComposite, 1); fEmbeddedStrategyRadio.setSelection(fSelectedStrategy == RenamingNameSuggestor.STRATEGY_EMBEDDED); LayoutUtil.setHorizontalIndent(fEmbeddedStrategyRadio.getSelectionButton(null), indent); |
| ||||
fSuffixStrategyRadio = new SelectionButtonDialogField(SWT.RADIO); fSuffixStrategyRadio.setLabelText(RefactoringMessages.RenameTypeWizardSimilarElementsOptionsDialog_strategy_3); fSuffixStrategyRadio.doFillIntoGrid(messageComposite, 1); fSuffixStrategyRadio.setSelection(fSelectedStrategy == RenamingNameSuggestor.STRATEGY_SUFFIX); LayoutUtil.setHorizontalIndent(fSuffixStrategyRadio.getSelectionButton(null), indent); |
| |||
[[#variable55f3b600]]= new SelectionButtonDialogField(SWT.RADIO); [[#variable55f3b600]].setLabelText(RefactoringMessages. [[#variableb94dbce0]]); [[#variable55f3b600]].doFillIntoGrid(messageComposite, 1); [[#variable55f3b600]].setSelection(fSelectedStrategy == RenamingNameSuggestor. [[#variableb94dbd20]]); LayoutUtil.setHorizontalIndent( [[#variable55f3b600]].getSelectionButton(null), indent); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#55f3b600]] | fExactStrategyRadio |
1 | 2 | [[#55f3b600]] | fEmbeddedStrategyRadio |
1 | 3 | [[#55f3b600]] | fSuffixStrategyRadio |
2 | 1 | [[#b94dbce0]] | RenameTypeWizardSimilarElementsOptionsDialog_strategy_1 |
2 | 2 | [[#b94dbce0]] | RenameTypeWizardSimilarElementsOptionsDialog_strategy_2 |
2 | 3 | [[#b94dbce0]] | RenameTypeWizardSimilarElementsOptionsDialog_strategy_3 |
3 | 1 | [[#b94dbd20]] | STRATEGY_EXACT |
3 | 2 | [[#b94dbd20]] | STRATEGY_EMBEDDED |
3 | 3 | [[#b94dbd20]] | STRATEGY_SUFFIX |