Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 3 | 0.976 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 216 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/RenameInputWizardPage.java |
2 | 4 | 180 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/reorg/ReorgMoveWizard.java |
| ||||
fUpdateQualifiedNames.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { boolean enabled = ((Button) e.widget).getSelection(); updateQulifiedNameUpdating(ref, enabled); } } ); |
| ||||
fQualifiedNameCheckbox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { boolean enabled = ((Button) e.widget).getSelection(); updateQualifiedNameUpdating(processor, enabled); } } ); |
| |||
[[#variable92fcaf80]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { boolean enabled = ((Button) e.widget).getSelection(); [[#variable92fcaee0]]( [[#variable92fcae80]], enabled); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#92fcaf80]] | fQualifiedNameCheckbox |
1 | 2 | [[#92fcaf80]] | fUpdateQualifiedNames |
2 | 1 | [[#92fcaee0]] | updateQualifiedNameUpdating |
2 | 2 | [[#92fcaee0]] | updateQulifiedNameUpdating |
3 | 1 | [[#92fcae80]] | processor |
3 | 2 | [[#92fcae80]] | ref |