CloneSet722


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000switch_groups[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112237
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/NotifyChangedToViewerRefresh.java
212293
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/NotifyChangedToViewerRefresh.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
237
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/NotifyChangedToViewerRefresh.java

case Notification.REMOVE_MANY:
  {
    viewer.remove(((Collection<? >) oldValue).toArray());
    break;
  }
case Notification.MOVE:
case Notification.UNSET:
case Notification.SET:
default:
  {
    refreshStructuredViewer(viewer, object, eventType, feature, oldValue, newValue, index);
    break;
  }


First
Previous
Clone Instance
2
Line Count
12
Source Line
293
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/provider/NotifyChangedToViewerRefresh.java

case Notification.REMOVE_MANY:
  {
    viewer.remove(((Collection<? >) oldValue).toArray());
    break;
  }
case Notification.MOVE:
case Notification.UNSET:
case Notification.SET:
default:
  {
    refreshStructuredViewer(viewer, object, eventType, feature, oldValue, newValue, index);
    break;
  }


Clone AbstractionParameter Count: 0Parameter Bindings

case Notification.REMOVE_MANY:
  {
    viewer.remove(((Collection<? >) oldValue).toArray());
    break;
  }
case Notification.MOVE:
case Notification.UNSET:
case Notification.SET:
default:
  {
    refreshStructuredViewer(viewer, object, eventType, feature, oldValue, newValue, index);
    break;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None