Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.974 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 257 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java |
2 | 4 | 269 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ExtractInterfaceWizard.java |
| ||||
fSelectAllButton.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { fTableViewer.setAllChecked(true); ExtractInterfaceInputPage.this.updateUIElementEnablement(); } } ); |
| ||||
fDeselectAllButton.addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { fTableViewer.setAllChecked(false); ExtractInterfaceInputPage.this.updateUIElementEnablement(); } } ); |
| |||
[[#variableb82291c0]].addSelectionListener(new SelectionAdapter() { public void widgetSelected(SelectionEvent e) { fTableViewer.setAllChecked( [[#variableb8229160]]); ExtractInterfaceInputPage.this.updateUIElementEnablement(); } } ); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b82291c0]] | fSelectAllButton |
1 | 2 | [[#b82291c0]] | fDeselectAllButton |
2 | 1 | [[#b8229160]] | true |
2 | 2 | [[#b8229160]] | false |