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.969 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 287 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/CommandWrapper.java |
2 | 7 | 290 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java |
| |||||
/* * Javadoc copied from base class. */ @Override public String toString() { StringBuffer result = new StringBuffer(super.toString()); result.append(" (command: " + command + ")"); return result.toString(); } |
| |||||
/** * This gives an abbreviated name using this object's own class' name, without package qualification, * followed by a space separated list of <tt>field:value</tt> pairs. */ @Override public String toString() { StringBuffer result = new StringBuffer(super.toString()); result.append(" (domain: " + domain + ")"); return result.toString(); } |
| |||
/* * Javadoc copied from base class. */ /** * This gives an abbreviated name using this object's own class' name, without package qualification, * followed by a space separated list of <tt>field:value</tt> pairs. */ @Override public String toString() { StringBuffer result = new StringBuffer(super.toString()); result.append( [[#variable17496da0]] + [[#variable17496d20]] + ")"); return result.toString(); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17496da0]] | " (command: " |
1 | 2 | [[#17496da0]] | " (domain: " |
2 | 1 | [[#17496d20]] | command |
2 | 2 | [[#17496d20]] | domain |