CloneSet1369


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1220.957field_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11191
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/builder/JavaEcoreBuilder.java
2154
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/builder/RoseUtil.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
191
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/builder/JavaEcoreBuilder.java

/**
 * The map from a reference to the name of its opposite.
 * These are populated during traversal as each reference with an opposite is created.
 * They must be patched after traversal and patching of typed elements is completed.
 * The opposite found as a feature of the type.
 */
protected Map<EReference, String> eReferenceToOppositeNameMap = new LinkedHashMap<EReference, String>();


First
Previous
Clone Instance
2
Line Count
1
Source Line
54
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/builder/RoseUtil.java

protected Map<EReference, String> refTable = new HashMap<EReference, String>();


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * The map from a reference to the name of its opposite.
   * These are populated during traversal as each reference with an opposite is created.
   * They must be patched after traversal and patching of typed elements is completed.
   * The opposite found as a feature of the type.
   */
protected Map<EReference, String>  [[#variable1758a8e0]]= new [[#variable1758a880]]<EReference, String>();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1758a8e0]]
eReferenceToOppositeNameMap 
12[[#1758a8e0]]
refTable 
21[[#1758a880]]
LinkedHashMap 
22[[#1758a880]]
HashMap