CloneSet1358


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
1210.979statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11138
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/AbstractTreeIterator.java
21175
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/AbstractTreeIterator.java
Next
Last
Clone Instance
1
Line Count
1
Source Line
138
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/AbstractTreeIterator.java

// Get the top iterator, retrieve it's result, and record it as the one to which remove will be delegated.
//
@SuppressWarnings("unchecked")Iterator<? extends E> currentIterator = (Iterator<? extends E>) data[size - 1];


First
Previous
Clone Instance
2
Line Count
1
Source Line
175
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/AbstractTreeIterator.java

// Get the next one down and then test it for has next.
//
@SuppressWarnings("unchecked")Iterator<? extends E> nextIterator = (Iterator<? extends E>) data[size - 1];


Clone AbstractionParameter Count: 1Parameter Bindings

// Get the top iterator, retrieve it's result, and record it as the one to which remove will be delegated.
// Get the next one down and then test it for has next.
//
@SuppressWarnings("unchecked")Iterator<? extends E>  [[#variable17587ee0]]= (Iterator<? extends E>) data[size - 1];
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17587ee0]]
currentIterator 
12[[#17587ee0]]
nextIterator