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.962 | switch_group |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 588 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java |
2 | 4 | 593 | plugins/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/ChangeParametersControl.java |
| ||||
case SWT.TRAVERSE_TAB_NEXT: editColumnOrNextPossible(nextColumn(editorColumn)); e.detail = SWT.TRAVERSE_NONE; break; |
| ||||
case SWT.TRAVERSE_TAB_PREVIOUS: editColumnOrPrevPossible(prevColumn(editorColumn)); e.detail = SWT.TRAVERSE_NONE; break; |
| |||
case SWT. [[#variableb59983c0]]: [[#variableb5998360]]( [[#variableb5998300]](editorColumn)); e.detail = SWT.TRAVERSE_NONE; break; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b59983c0]] | TRAVERSE_TAB_NEXT |
1 | 2 | [[#b59983c0]] | TRAVERSE_TAB_PREVIOUS |
2 | 1 | [[#b5998360]] | editColumnOrNextPossible |
2 | 2 | [[#b5998360]] | editColumnOrPrevPossible |
3 | 1 | [[#b5998300]] | nextColumn |
3 | 2 | [[#b5998300]] | prevColumn |