Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.950 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 549 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/MappingImpl.java |
2 | 7 | 558 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/MappingImpl.java |
| |||||
public EList<EObject> getTops() { MappingRoot mappingRoot = getMappingRoot(); return mappingRoot == null || mappingRoot.isTopToBottom() ? getInputs(): getOutputs(); } |
| |||||
public EList<EObject> getBottoms() { MappingRoot mappingRoot = getMappingRoot(); return mappingRoot == null || mappingRoot.isTopToBottom() ? getOutputs(): getInputs(); } |
| |||
public EList<EObject> [[#variable174dd820]]() { MappingRoot mappingRoot = getMappingRoot(); return mappingRoot == null || mappingRoot.isTopToBottom() ? [[#variable174dd7c0]](): [[#variable174dd740]](); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174dd820]] | getTops |
1 | 2 | [[#174dd820]] | getBottoms |
2 | 1 | [[#174dd7c0]] | getInputs |
2 | 2 | [[#174dd7c0]] | getOutputs |
3 | 1 | [[#174dd740]] | getOutputs |
3 | 2 | [[#174dd740]] | getInputs |