Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.985 | statement_sequence[4] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 480 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
2 | 4 | 485 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/PersistentCommandStack.java |
| |||||
index = string.indexOf("\"", index + 1); startIndex = ++index; index = string.indexOf("\"", index); String metaObjectName = string.substring(startIndex, index); |
| |||||
index = string.indexOf("\"", index + 1); startIndex = ++index; index = string.indexOf("\"", index); String metaFeatureName = string.substring(startIndex, index); |
| |||
index = string.indexOf("\"", index + 1); startIndex = ++index; index = string.indexOf("\"", index); String [[#variable174705c0]]= string.substring(startIndex, index); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174705c0]] | metaObjectName |
1 | 2 | [[#174705c0]] | metaFeatureName |