Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 2 | 0.986 | class_body_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 1186 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
2 | 6 | 1195 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/preferences/UserLibraryPreferencePage.java |
| ||||
private void doMoveUp(List list) { CPUserLibraryElement parent = getCommonParent(list); if (parent != null) { parent.moveUp(list); fLibraryList.refresh(parent); doSelectionChanged(fLibraryList); } } |
| ||||
private void doMoveDown(List list) { CPUserLibraryElement parent = getCommonParent(list); if (parent != null) { parent.moveDown(list); fLibraryList.refresh(parent); doSelectionChanged(fLibraryList); } } |
| |||
private void [[#variablea4f0c4c0]](List list) { CPUserLibraryElement parent = getCommonParent(list); if (parent != null) { parent. [[#variablea4f0c440]](list); fLibraryList.refresh(parent); doSelectionChanged(fLibraryList); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#a4f0c4c0]] | doMoveUp |
1 | 2 | [[#a4f0c4c0]] | doMoveDown |
2 | 1 | [[#a4f0c440]] | moveUp |
2 | 2 | [[#a4f0c440]] | moveDown |