Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 2 | 0.977 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 749 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
2 | 11 | 762 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java |
| |||||
public boolean containsAll(EStructuralFeature feature, Collection<? > collection) { for (Iterator<? > i = collection.iterator(); i.hasNext();) { if ( !contains(feature, i.next())) { return false; } } return true; } |
| |||||
public boolean basicContainsAll(EStructuralFeature feature, Collection<? > collection) { for (Iterator<? > i = collection.iterator(); i.hasNext();) { if ( !basicContains(feature, i.next())) { return false; } } return true; } |
| |||
public boolean [[#variable173a0820]](EStructuralFeature feature, Collection<? > collection) { for (Iterator<? > i = collection.iterator(); i.hasNext();) { if ( ! [[#variable173a0860]](feature, i.next())) { return false; } } return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173a0820]] | containsAll |
1 | 2 | [[#173a0820]] | basicContainsAll |
2 | 1 | [[#173a0860]] | contains |
2 | 2 | [[#173a0860]] | basicContains |