Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 5 | 2 | 0.966 | statement_sequence[5] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 401 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
2 | 7 | 463 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
3 | 6 | 562 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
4 | 6 | 573 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
5 | 6 | 584 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
| |||||
index = string.indexOf("\"", index); int classIndex = ++index; index = string.indexOf("\"", index); String className = string.substring(classIndex, index); index = string.indexOf(">", index) + 1; |
| |||||
index = string.indexOf("\"", index); int hrefStartIndex = ++index; index = string.indexOf("\"", index); String href = string.substring(hrefStartIndex, index); index = string.indexOf(">", index) + 1; |
| |||||
index = string.indexOf("\"", index); int startIndex = ++index; index = string.indexOf("\"", index); String value = string.substring(startIndex, index); index = string.indexOf(">", index) + 1; |
| |||||
index = string.indexOf("\"", index); int startIndex = ++index; index = string.indexOf("\"", index); String value = string.substring(startIndex, index); index = string.indexOf(">", index) + 1; |
| |||||
index = string.indexOf("\"", index); int startIndex = ++index; index = string.indexOf("\"", index); String value = string.substring(startIndex, index); index = string.indexOf(">", index) + 1; |
| |||
index = string.indexOf("\"", index); int [[#variable171f3cc0]]= ++index; index = string.indexOf("\"", index); String [[#variable171f5680]]= string.substring( [[#variable171f3cc0]], index); index = string.indexOf(">", index) + 1; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#171f3cc0]] | classIndex |
1 | 2 | [[#171f3cc0]] | hrefStartIndex |
1 | 3 | [[#171f3cc0]] | startIndex |
1 | 4 | [[#171f3cc0]] | startIndex |
1 | 5 | [[#171f3cc0]] | startIndex |
2 | 1 | [[#171f5680]] | className |
2 | 2 | [[#171f5680]] | href |
2 | 3 | [[#171f5680]] | value |
2 | 4 | [[#171f5680]] | value |
2 | 5 | [[#171f5680]] | value |