Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 1 | 0.990 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 396 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/ECollections.java |
2 | 13 | 732 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/ECollections.java |
| |||||
public E set(int index, E element) { throw new UnsupportedOperationException(); } public void add(int index, Object element) { throw new UnsupportedOperationException(); } public E remove(int index) { throw new UnsupportedOperationException(); } |
| |||||
public E set(int index, E element) { throw new UnsupportedOperationException(); } public void add(int index, E element) { throw new UnsupportedOperationException(); } public E remove(int index) { throw new UnsupportedOperationException(); } |
| |||
public E set(int index, E element) { throw new UnsupportedOperationException(); } public void add(int index, [[#variable17344780]] element) { throw new UnsupportedOperationException(); } public E remove(int index) { throw new UnsupportedOperationException(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17344780]] | Object |
1 | 2 | [[#17344780]] | E |