CloneSet212


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8520.975method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17310
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/AbstractOverrideableCommand.java
28253
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CopyCommand.java
38169
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CutToClipboardCommand.java
48133
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/MatchMappingCommand.java
58151
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/RestoreInitialStateCommand.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
310
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/AbstractOverrideableCommand.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 + ")");
  result.append(" (overrideCommand: " + overrideCommand + ")");
  return result.toString();
}


Next
Previous
Clone Instance
2
Line Count
8
Source Line
253
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CopyCommand.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 + ")");
  result.append(" (owner: " + owner + ")");
  return result.toString();
}


Next
Previous
Clone Instance
3
Line Count
8
Source Line
169
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/command/CutToClipboardCommand.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 + ")");
  result.append(" (oldClipboard: " + oldClipboard + ")");
  return result.toString();
}


Next
Previous
Clone Instance
4
Line Count
8
Source Line
133
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/MatchMappingCommand.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 + ")");
  result.append(" (mapping: " + mapping + ")");
  return result.toString();
}


First
Previous
Clone Instance
5
Line Count
8
Source Line
151
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/RestoreInitialStateCommand.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 + ")");
  result.append(" (removeCommand: " + removeCommand + ")");
  return result.toString();
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
   * 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 + ")");
  result.append( [[#variable17207d80]] +  [[#variable171fb060]] + ")");
  return result.toString();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17207d80]]
" (overrideCommand: " 
12[[#17207d80]]
" (owner: " 
13[[#17207d80]]
" (oldClipboard: " 
14[[#17207d80]]
" (mapping: " 
15[[#17207d80]]
" (removeCommand: " 
21[[#171fb060]]
overrideCommand 
22[[#171fb060]]
owner 
23[[#171fb060]]
oldClipboard 
24[[#171fb060]]
mapping 
25[[#171fb060]]
removeCommand