Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 2 | 0.950 | interface_member_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 167 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/Mapping.java |
2 | 7 | 191 | 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(); |
| |||||
/** * 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(); |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175fe0e0]] | getTops |
1 | 2 | [[#175fe0e0]] | getSenders |
2 | 1 | [[#175fe140]] | getBottoms |
2 | 2 | [[#175fe140]] | getReceivers |