Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 2 | 0.966 | class_body_declarations[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 301 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java |
2 | 10 | 806 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/SetCommand.java |
| |||||
@Override public Collection<? > getResult() { return Collections.singleton(owner); } @Override public Collection<? > getAffectedObjects() { return Collections.singleton(owner); } |
| |||||
@Override public Collection<? > doGetResult() { return Collections.singleton(owner); } @Override public Collection<? > doGetAffectedObjects() { return Collections.singleton(owner); } |
| |||
@Override public Collection<? > [[#variable174ece00]]() { return Collections.singleton(owner); } @Override public Collection<? > [[#variable174ecea0]]() { return Collections.singleton(owner); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#174ece00]] | getResult |
1 | 2 | [[#174ece00]] | doGetResult |
2 | 1 | [[#174ecea0]] | getAffectedObjects |
2 | 2 | [[#174ecea0]] | doGetAffectedObjects |