CloneSet1111


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.966interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17513
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
26524
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
513
Source File
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);


First
Previous
Clone Instance
2
Line Count
6
Source Line
524
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/ExtendedMetaData.java

/**
 * 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);


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#174f8620]]
getAllAttributes 
12[[#174f8620]]
getAttributes 
21[[#174f85a0]]
getAllElements 
22[[#174f85a0]]
getElements