CloneSet2055


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5330.962statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1584
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java
2590
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java
3596
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java
Clone Instance
1
Line Count
5
Source Line
84
Source File
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);


Clone Instance
2
Line Count
5
Source Line
90
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java

                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);


Clone Instance
3
Line Count
5
Source Line
96
Source File
plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameTypeWizardSimilarElementsOptionsDialog.java

                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);


Clone AbstractionParameter Count: 3Parameter Bindings

 [[#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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#55f3b600]]
fExactStrategyRadio 
12[[#55f3b600]]
fEmbeddedStrategyRadio 
13[[#55f3b600]]
fSuffixStrategyRadio 
21[[#b94dbce0]]
RenameTypeWizardSimilarElementsOptionsDialog_strategy_1 
22[[#b94dbce0]]
RenameTypeWizardSimilarElementsOptionsDialog_strategy_2 
23[[#b94dbce0]]
RenameTypeWizardSimilarElementsOptionsDialog_strategy_3 
31[[#b94dbd20]]
STRATEGY_EXACT 
32[[#b94dbd20]]
STRATEGY_EMBEDDED 
33[[#b94dbd20]]
STRATEGY_SUFFIX