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();
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 fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/mapping/Mapping.java File path: /emf-2.4.1/src/org/eclipse/emf/mapping/Mapping.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public EList<EObject> getTops();
1
public EList<EObject> getSenders();
2
  /**
2
  /**
3
   * This returns the same as either {@link #getInputs} or {@link #getOutputs}
3
   * This returns the same as {@link #getOutputs} if {@link #
4
   * depending on the mapping root's isTopToBottom
4
isReverse} returns false. 
5
.
5
   * Otherwise it returns the same as {@link #getInputs}.
6
   */
6
   */
7
  public EList<EObject> getBottoms();
7
  public EList<EObject> getReceivers();
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0