Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 2 | 0.968 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 100 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMap.java |
2 | 6 | 138 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMap.java |
| |||||
boolean contains(EStructuralFeature feature, Object object); boolean containsAll(EStructuralFeature feature, Collection<? > collection); |
| |||||
/** * @since 2.4 */ boolean basicContains(EStructuralFeature feature, Object object); /** * @since 2.4 */ boolean basicContainsAll(EStructuralFeature feature, Collection<? > collection); |
| |||
/** * @since 2.4 */ boolean [[#variable174b46e0]](EStructuralFeature feature, Object object); /** * @since 2.4 */ boolean [[#variable174b4640]](EStructuralFeature feature, Collection<? > collection); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174b46e0]] | contains |
1 | 2 | [[#174b46e0]] | basicContains |
2 | 1 | [[#174b4640]] | containsAll |
2 | 2 | [[#174b4640]] | basicContainsAll |