Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 3 | 2 | 0.959 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 145 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java |
2 | 3 | 163 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java |
3 | 3 | 291 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java |
| ||||
fGenerateCommentsCheckbox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { processor.setComments(fGenerateCommentsCheckbox.getSelection()); } } ); |
| ||||
fInstanceofCheckbox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { processor.setInstanceOf(fInstanceofCheckbox.getSelection()); } } ); |
| ||||
fReplaceAllCheckbox.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { processor.setReplace(fReplaceAllCheckbox.getSelection()); } } ); |
| |||
[[#variable62d1eb60]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { processor. [[#variable62d1eb00]]( [[#variable62d1eb60]].getSelection()); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#62d1eb60]] | fGenerateCommentsCheckbox |
1 | 2 | [[#62d1eb60]] | fInstanceofCheckbox |
1 | 3 | [[#62d1eb60]] | fReplaceAllCheckbox |
2 | 1 | [[#62d1eb00]] | setComments |
2 | 2 | [[#62d1eb00]] | setInstanceOf |
2 | 3 | [[#62d1eb00]] | setReplace |