Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 3 | 1 | 0.977 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 423 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
2 | 3 | 437 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
3 | 2 | 501 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
| |||||
int operation = ((Integer) decode()).intValue(); index = string.indexOf(">", index) + 1; |
| |||||
int theIndex = ((Integer) decode()).intValue(); index = string.indexOf(">", index) + 1; |
| |||||
int value = ((Integer) decode()).intValue(); index = string.indexOf(">", index) + 1; |
| |||
int [[#variable17483c80]]= ((Integer) decode()).intValue(); index = string.indexOf(">", index) + 1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17483c80]] | operation |
1 | 2 | [[#17483c80]] | theIndex |
1 | 3 | [[#17483c80]] | value |