CloneSet400


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
23201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
123210
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/AddMappingCommand.java
223191
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/RemoveMappingCommand.java
Next
Last
Clone Instance
1
Line Count
23
Source Line
210
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/AddMappingCommand.java

@Override public void dispose() {
  if (subcommand != null) {
    subcommand.dispose();
  }
  super.dispose();
}

/**
 * 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(" (collection: " + collection + ")");
  result.append(" (subcommand: " + subcommand + ")");
  return result.toString();
}


First
Previous
Clone Instance
2
Line Count
23
Source Line
191
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/RemoveMappingCommand.java

@Override public void dispose() {
  if (subcommand != null) {
    subcommand.dispose();
  }
  super.dispose();
}

/**
 * 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(" (collection: " + collection + ")");
  result.append(" (subcommand: " + subcommand + ")");
  return result.toString();
}


Clone AbstractionParameter Count: 0Parameter Bindings

@Override public void dispose() {
  if (subcommand != null) {
    subcommand.dispose();
  }
  super.dispose();
}

/**
   * 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(" (collection: " + collection + ")");
  result.append(" (subcommand: " + subcommand + ")");
  return result.toString();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None