CloneSet1601


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.950interface_member_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17167
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/Mapping.java
27191
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/Mapping.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
167
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/Mapping.java

/**
 * This returns the same as either {@link #getInputs} or {@link #getOutputs}
 * depending on the mapping root's isTopToBottom.
 */
public EList<EObject> getTops();
/**
 * This returns the same as either {@link #getInputs} or {@link #getOutputs}
 * depending on the mapping root's isTopToBottom.
 */
public EList<EObject> getBottoms();


First
Previous
Clone Instance
2
Line Count
7
Source Line
191
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/Mapping.java

/**
 * This returns the same as {@link #getInputs} if {@link #isReverse} returns false. 
 * Otherwise it returns the same as {@link #getOutputs}.
 */
public EList<EObject> getSenders();
/**
 * This returns the same as {@link #getOutputs} if {@link #isReverse} returns false. 
 * Otherwise it returns the same as {@link #getInputs}.
 */
public EList<EObject> getReceivers();


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * This returns the same as either {@link #getInputs} or {@link #getOutputs}
   * depending on the mapping root's isTopToBottom.
   */
/**
   * This returns the same as {@link #getInputs} if {@link #isReverse} returns false. 
   * Otherwise it returns the same as {@link #getOutputs}.
   */
public EList<EObject>  [[#variable175fe0e0]]();
/**
   * This returns the same as either {@link #getInputs} or {@link #getOutputs}
   * depending on the mapping root's isTopToBottom.
   */
/**
   * This returns the same as {@link #getOutputs} if {@link #isReverse} returns false. 
   * Otherwise it returns the same as {@link #getInputs}.
   */
public EList<EObject>  [[#variable175fe140]]();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#175fe0e0]]
getTops 
12[[#175fe0e0]]
getSenders 
21[[#175fe140]]
getBottoms 
22[[#175fe140]]
getReceivers