Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.950 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 426 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java |
2 | 2 | 433 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java |
| |||||
/** * */ protected void setBeginning(int index, int v) { this.beginpos[index] = v; } |
| |||||
/** * */ protected void setEnd(int index, int v) { this.endpos[index] = v; } |
| |||
/** * */ protected void [[#variable175fc6a0]](int index, int v) { this. [[#variable175fc600]][index] = v; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175fc6a0]] | setBeginning |
1 | 2 | [[#175fc6a0]] | setEnd |
2 | 1 | [[#175fc600]] | beginpos |
2 | 2 | [[#175fc600]] | endpos |