CloneSet279


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
34210.982class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
134124
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/RemoveOverrideCommand.java
234156
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/SetOverrideCommand.java
Next
Last
Clone Instance
1
Line Count
34
Source Line
124
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/command/RemoveOverrideCommand.java

@Override public void dispose() {
  if (mapCommand != null) {
    mapCommand.dispose();
  }
  removeCommand.doDispose();
}

@Override public Collection<? > getResult() {
  return removeCommand.doGetResult();
}

@Override public Collection<? > getAffectedObjects() {
  return removeCommand.doGetAffectedObjects();
}

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


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

@Override public void dispose() {
  if (mapCommand != null) {
    mapCommand.dispose();
  }
  setCommand.doDispose();
}

@Override public Collection<? > getResult() {
  return setCommand.doGetResult();
}

@Override public Collection<? > getAffectedObjects() {
  return setCommand.doGetAffectedObjects();
}

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


Clone AbstractionParameter Count: 1Parameter Bindings

@Override public void dispose() {
  if (mapCommand != null) {
    mapCommand.dispose();
  }
   [[#variable171ec940]].doDispose();
}

@Override public Collection<? > getResult() {
  return [[#variable171ec940]].doGetResult();
}

@Override public Collection<? > getAffectedObjects() {
  return [[#variable171ec940]].doGetAffectedObjects();
}

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#171ec940]]
removeCommand 
12[[#171ec940]]
setCommand