Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.966 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 513 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
2 | 6 | 524 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java |
| |||||
/** * Returns all the structural features of the given class, and its super classes, corresponding to XML attributes * and attribute wildcards. */ List<EStructuralFeature> getAllAttributes(EClass eClass); /** * Returns all the structural features of the given class, and its super classes, corresponding to elements, element * wildards, and model groups. */ List<EStructuralFeature> getAllElements(EClass eClass); |
| |||||
/** * Returns the structural features of the given class corresponding to XML attributes and attribute wildcards. */ List<EStructuralFeature> getAttributes(EClass eClass); /** * Returns the structural features of the given class corresponding to elements, element wildcards, and model groups. */ List<EStructuralFeature> getElements(EClass eClass); |
| |||
/** * Returns all the structural features of the given class, and its super classes, corresponding to XML attributes * and attribute wildcards. */ /** * Returns the structural features of the given class corresponding to XML attributes and attribute wildcards. */ List<EStructuralFeature> [[#variable174f8620]](EClass eClass); /** * Returns all the structural features of the given class, and its super classes, corresponding to elements, element * wildards, and model groups. */ /** * Returns the structural features of the given class corresponding to elements, element wildcards, and model groups. */ List<EStructuralFeature> [[#variable174f85a0]](EClass eClass); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174f8620]] | getAllAttributes |
1 | 2 | [[#174f8620]] | getAttributes |
2 | 1 | [[#174f85a0]] | getAllElements |
2 | 2 | [[#174f85a0]] | getElements |