Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
11 | 2 | 3 | 0.961 | class_body_declarations[3] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 11 | 3064 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java |
2 | 11 | 3135 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EStructuralFeatureImpl.java |
| |||||
protected final InternalEObject value; public InverseUpdatingFeatureMapEntry(EStructuralFeature.Internal eStructuralFeature, InternalEObject value) { super(eStructuralFeature); this.value = value; } final public Object getValue() { return value; } |
| |||||
protected final InternalEObject value; public ContainmentUpdatingFeatureMapEntry(EStructuralFeature.Internal eStructuralFeature, InternalEObject value) { super(eStructuralFeature); this.value = value; } public final Object getValue() { return value; } |
| |||
protected final InternalEObject value; public [[#variable174059e0]](EStructuralFeature.Internal eStructuralFeature, InternalEObject value) { super(eStructuralFeature); this.value = value; } [[#variable173fa7e0]] [[#variable17405900]]Object getValue() { return value; } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174059e0]] | InverseUpdatingFeatureMapEntry |
1 | 2 | [[#174059e0]] | ContainmentUpdatingFeatureMapEntry |
2 | 1 | [[#173fa7e0]] | final |
2 | 2 | [[#173fa7e0]] | public |
3 | 1 | [[#17405900]] | public |
3 | 2 | [[#17405900]] | final |