Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 1 | 0.971 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 141 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/InitializeCopyOverrideCommand.java |
2 | 4 | 147 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/InitializeCopyOverrideCommand.java |
| |||||
@Override public Collection<? > getResult() { return Collections.singleton(initializeCommand.getCopy()); } |
| |||||
@Override public Collection<? > getAffectedObjects() { return Collections.singleton(initializeCommand.getCopy()); } |
| |||
@Override public Collection<? > [[#variable176775a0]]() { return Collections.singleton(initializeCommand.getCopy()); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#176775a0]] | getResult |
1 | 2 | [[#176775a0]] | getAffectedObjects |