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.971 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 103 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java |
2 | 3 | 125 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/MembersOrderPreferencePage.java |
| ||||
// category sort fSortOrderList = new ListDialogField(null, new String[] { upLabel, downLabel }, new MemberSortLabelProvider()); fSortOrderList.setDownButtonIndex(1); fSortOrderList.setUpButtonIndex(0); |
| ||||
fVisibilityOrderList = new ListDialogField(null, new String[] { upLabel, downLabel }, new VisibilitySortLabelProvider()); fVisibilityOrderList.setDownButtonIndex(1); fVisibilityOrderList.setUpButtonIndex(0); |
| |||
[[#variableb25e9e20]]= new ListDialogField(null, new String[] { upLabel, downLabel }, new [[#variableb25e9e00]]()); [[#variableb25e9e20]].setDownButtonIndex(1); [[#variableb25e9e20]].setUpButtonIndex(0); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#b25e9e20]] | fVisibilityOrderList |
1 | 2 | [[#b25e9e20]] | // category sort fSortOrderList |
2 | 1 | [[#b25e9e00]] | VisibilitySortLabelProvider |
2 | 2 | [[#b25e9e00]] | MemberSortLabelProvider |