Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
1 | 2 | 1 | 0.979 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 1 | 138 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/AbstractTreeIterator.java |
2 | 1 | 175 | 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]; |
| |||||
// Get the next one down and then test it for has next. // @SuppressWarnings("unchecked")Iterator<? extends E> nextIterator = (Iterator<? extends E>) data[size - 1]; |
| |||
// 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17587ee0]] | currentIterator |
1 | 2 | [[#17587ee0]] | nextIterator |