CloneSet1604


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1990
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java
2983
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/IChildCreationExtender.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
90
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/ComposedAdapterFactory.java

/**
 * The delegate registry should lookup fail locally.
 */
protected Registry delegateRegistry;

/**
 * Creates an instance.
 * @param delegateRegistry <code>null</code> or a registration that should act as the delegate.
 */
public Impl(Registry delegateRegistry) {
  this.delegateRegistry = delegateRegistry;
}


First
Previous
Clone Instance
2
Line Count
9
Source Line
83
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/provider/IChildCreationExtender.java

/**
 * The delegate registry should lookup fail locally.
 */
protected Registry delegateRegistry;

/**
 * Creates an instance.
 * @param delegateRegistry <code>null</code> or a registration that should act as the delegate.
 */
public Impl(Registry delegateRegistry) {
  this.delegateRegistry = delegateRegistry;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
         * The delegate registry should lookup fail locally.
         */
protected Registry delegateRegistry;

/**
         * Creates an instance.
         * @param delegateRegistry <code>null</code> or a registration that should act as the delegate.
         */
public Impl(Registry delegateRegistry) {
  this.delegateRegistry = delegateRegistry;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None