Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 2 | 0.978 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 222 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/ExtractMethodInputPage.java |
2 | 3 | 88 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/code/InlineMethodInputPage.java |
| ||||
checkBox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { fRefactoring.setReplaceDuplicates(((Button) e.widget).getSelection()); } } ); |
| ||||
fRemove.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { fRefactoring.setDeleteSource(((Button) e.widget).getSelection()); } } ); |
| |||
[[#variable4c5e8500]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { fRefactoring. [[#variable4c5e84c0]](((Button) e.widget).getSelection()); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#4c5e8500]] | fRemove |
1 | 2 | [[#4c5e8500]] | checkBox |
2 | 1 | [[#4c5e84c0]] | setDeleteSource |
2 | 2 | [[#4c5e84c0]] | setReplaceDuplicates |