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.982 | statement_sequence[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 43 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/MoveDownAction.java |
2 | 3 | 47 | plugins/org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/actions/MoveUpAction.java |
| ||||
Object temp = list.get(bottom); list.set(bottom, target); list.set(index, temp); |
| ||||
Object temp = list.get(top); list.set(top, target); list.set(index, temp); |
| |||
Object temp = list.get( [[#variable6017b8a0]]); list.set( [[#variable6017b8a0]], target); list.set(index, temp); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#6017b8a0]] | top |
1 | 2 | [[#6017b8a0]] | bottom |