Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 2 | 0.957 | field_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 191 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/builder/JavaEcoreBuilder.java |
2 | 1 | 54 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/builder/RoseUtil.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>(); |
| |||||
protected Map<EReference, String> refTable = new HashMap<EReference, String>(); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1758a8e0]] | eReferenceToOppositeNameMap |
1 | 2 | [[#1758a8e0]] | refTable |
2 | 1 | [[#1758a880]] | LinkedHashMap |
2 | 2 | [[#1758a880]] | HashMap |