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.967 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 102 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMap.java |
2 | 6 | 128 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/FeatureMap.java |
| |||||
int indexOf(EStructuralFeature feature, Object object); int lastIndexOf(EStructuralFeature feature, Object object); |
| |||||
/** * @since 2.4 */ int basicIndexOf(EStructuralFeature feature, Object object); /** * @since 2.4 */ int basicLastIndexOf(EStructuralFeature feature, Object object); |
| |||
/** * @since 2.4 */ int [[#variable174da580]](EStructuralFeature feature, Object object); /** * @since 2.4 */ int [[#variable174da4e0]](EStructuralFeature feature, Object object); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174da580]] | indexOf |
1 | 2 | [[#174da580]] | basicIndexOf |
2 | 1 | [[#174da4e0]] | lastIndexOf |
2 | 2 | [[#174da4e0]] | basicLastIndexOf |