CloneSet534


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
24210.957statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1242012
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java
2241868
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java
Next
Last
Clone Instance
1
Line Count
24
Source Line
2012
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/BasicFeatureMap.java

if (entryTargetIndex == -1) {
  throw new IndexOutOfBoundsException("targetIndex=" + targetIndex + ", size=" + count);
}
if (entrySourceIndex == -1) {
  throw new IndexOutOfBoundsException("sourceIndex=" + sourceIndex + ", size=" + count);
}
super.move(entryTargetIndex, entrySourceIndex);
if (isNotificationRequired()) {
  dispatchNotification(createNotification(Notification.MOVE, feature, new Integer(sourceIndex), result, targetIndex, true));
}
return result;


First
Previous
Clone Instance
2
Line Count
24
Source Line
1868
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/DelegatingFeatureMap.java

if (entryTargetIndex == -1) {
  throw new IndexOutOfBoundsException("targetIndex=" + targetIndex + ", size=" + count);
}
if (entrySourceIndex == -1) {
  throw new IndexOutOfBoundsException("sourceIndex=" + sourceIndex + ", size=" + count);
}
super.move(entryTargetIndex, entrySourceIndex);
if (isNotificationRequired()) {
  dispatchNotification(createNotification(Notification.MOVE, feature, sourceIndex, result, targetIndex, true));
}
return result;


Clone AbstractionParameter Count: 1Parameter Bindings

if (entryTargetIndex == -1) {
  throw new IndexOutOfBoundsException("targetIndex=" + targetIndex + ", size=" + count);
}
if (entrySourceIndex == -1) {
  throw new IndexOutOfBoundsException("sourceIndex=" + sourceIndex + ", size=" + count);
}
super.move(entryTargetIndex, entrySourceIndex);
if (isNotificationRequired()) {
  dispatchNotification(createNotification(Notification.MOVE, feature,  [[#variable1732c040]], result, targetIndex, true));
}
return result;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1732c040]]
new Integer(sourceIndex) 
12[[#1732c040]]
sourceIndex