Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 2 | 1 | 0.975 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 4074 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java |
2 | 9 | 6004 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xml/type/internal/RegEx.java |
| |||||
protected Op(int type) { this.type = type; } int size() { // for UNION return 0; } |
| |||||
protected Token(int type) { this.type = type; } /** * A number of children. */ int size() { return 0; } |
| |||
protected [[#variable175ff360]](int type) { this.type = type; } /** * A number of children. */ int size() { // for UNION return 0; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175ff360]] | Op |
1 | 2 | [[#175ff360]] | Token |