Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.976 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 64 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/MultiOperation.java |
2 | 3 | 68 | plugins/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/MultiOperation.java |
| ||||
{ for (int i = 0; i < elementsToProcess.length; i++) { this.newParents.put(elementsToProcess[i], parentElements[i]); } } |
| ||||
{ //same destination for all elements to be moved/copied/renamed for (int i = 0; i < elementsToProcess.length; i++) { this.newParents.put(elementsToProcess[i], parentElements[0]); } } |
| |||
{ //same destination for all elements to be moved/copied/renamed for (int i = 0; i < elementsToProcess.length; i++) { this.newParents.put(elementsToProcess[i], parentElements[ [[#variable8fbbeb60]]]); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#8fbbeb60]] | i |
1 | 2 | [[#8fbbeb60]] | 0 |