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.970 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 755 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java |
2 | 11 | 768 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java |
| |||||
public boolean containsAll(EStructuralFeature feature, Collection<? > collection) { for (Object object: collection) { if ( !contains(feature, object)) { return false; } } return true; } |
| |||||
public boolean basicContainsAll(EStructuralFeature feature, Collection<? > collection) { for (Object object: collection) { if ( !basicContains(feature, object)) { return false; } } return true; } |
| |||
public boolean [[#variable1746f260]](EStructuralFeature feature, Collection<? > collection) { for (Object object: collection) { if ( ! [[#variable1746f200]](feature, object)) { return false; } } return true; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1746f260]] | containsAll |
1 | 2 | [[#1746f260]] | basicContainsAll |
2 | 1 | [[#1746f200]] | contains |
2 | 2 | [[#1746f200]] | basicContains |