Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.969 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 351 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/actions/GenerateConstructorUsingFieldsSelectionDialog.java |
2 | 2 | 143 | plugins/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/wizards/buildpaths/ProjectsWorkbookPage.java |
| ||||
for (int i = 0; i < elements.size(); i++) { elementList.add(elements.get(i)); } |
| ||||
for (int i = 0; i < projelements.size(); i++) { cpelements.add(projelements.get(i)); } |
| |||
for (int i = 0; i < [[#variable58728260]].size(); i++) { [[#variable587281e0]].add( [[#variable58728260]].get(i)); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#58728260]] | elements |
1 | 2 | [[#58728260]] | projelements |
2 | 1 | [[#587281e0]] | elementList |
2 | 2 | [[#587281e0]] | cpelements |