Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.972 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 536 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/StringSegment.java |
2 | 3 | 546 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/impl/StringSegment.java |
| |||||
public void add(String newElement) { throw new UnsupportedOperationException(SegmentIterator.class .toString()); } |
| |||||
public void set(String newElement) { throw new UnsupportedOperationException(SegmentIterator.class .toString()); } |
| |||
public void [[#variable176511c0]](String newElement) { throw new UnsupportedOperationException(SegmentIterator.class .toString()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#176511c0]] | add |
1 | 2 | [[#176511c0]] | set |