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.958 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 1217 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMapUtil.java |
2 | 3 | 1227 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMapUtil.java |
| |||||
public boolean removeAll(EStructuralFeature feature, Collection<? > collection) { return featureMap.removeAll(feature, collection); } |
| |||||
public boolean retainAll(EStructuralFeature feature, Collection<? > collection) { return featureMap.retainAll(feature, collection); } |
| |||
public boolean [[#variable1757fa60]](EStructuralFeature feature, Collection<? > collection) { return featureMap. [[#variable1757fa60]](feature, collection); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1757fa60]] | removeAll |
1 | 2 | [[#1757fa60]] | retainAll |