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.984 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 962 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStoreEObjectImpl.java |
2 | 4 | 975 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStoreEObjectImpl.java |
| |||||
public void clear(InternalEObject eObject, EStructuralFeature feature) { Entry entry = new Entry(eObject, feature); map.remove(entry); //getList(entry).clear(); } |
| |||||
public void unset(InternalEObject eObject, EStructuralFeature feature) { Entry entry = new Entry(eObject, feature); map.remove(entry); } |
| |||
public void [[#variable174ccf60]](InternalEObject eObject, EStructuralFeature feature) { Entry entry = new Entry(eObject, feature); map.remove(entry); //getList(entry).clear(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174ccf60]] | clear |
1 | 2 | [[#174ccf60]] | unset |