CloneSet961


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.969method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17287
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/CommandWrapper.java
27290
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
287
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/command/CommandWrapper.java

/*
 * Javadoc copied from base class.
 */
@Override public String toString() {
  StringBuffer result = new StringBuffer(super.toString());
  result.append(" (command: " + command + ")");
  return result.toString();
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
290
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/PasteFromClipboardCommand.java

/**
 * 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();
}


Clone AbstractionParameter Count: 2Parameter Bindings

/*
   * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17496da0]]
" (command: " 
12[[#17496da0]]
" (domain: " 
21[[#17496d20]]
command 
22[[#17496d20]]
domain