CloneSet593


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18773
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/DelegatingNotifyingListImpl.java
28788
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotifyingListImpl.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
773
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/DelegatingNotifyingListImpl.java

NotificationChain notifications = createNotificationChain(listSize);
// Copy to a list and allocate positions.
//
BasicEList<Object> list = new BasicEList<Object>(collection);
Object[] objects = list.data();
positions = new int[listSize];
int count = 0;


First
Previous
Clone Instance
2
Line Count
8
Source Line
788
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/notify/impl/NotifyingListImpl.java

NotificationChain notifications = createNotificationChain(listSize);
// Copy to a list and allocate positions.
//
BasicEList<Object> list = new BasicEList<Object>(collection);
Object[] objects = list.data();
positions = new int[listSize];
int count = 0;


Clone AbstractionParameter Count: 0Parameter Bindings

NotificationChain notifications = createNotificationChain(listSize);
// Copy to a list and allocate positions.
//
BasicEList<Object> list = new BasicEList<Object>(collection);
Object[] objects = list.data();
positions = new int[listSize];
int count = 0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None