CloneSet1282


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4220.960method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
141319
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEMap.java
241345
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEMap.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
1319
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEMap.java

/**
 * Called to yield the iterator result for the entry.
 * This implementation returns the key of the entry.
 * @param entry the entry.
 * @return the key of the entry.
 */
@Override protected K yield(Entry<K, V> entry) {
  return entry.getKey();
}


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

/**
 * Called to yield the iterator result for the entry.
 * This implementation returns the value of the entry.
 * @param entry the entry.
 * @return the value of the entry.
 */
@Override protected V yield(Entry<K, V> entry) {
  return entry.getValue();
}


Clone AbstractionParameter Count: 2Parameter Bindings

/**
     * Called to yield the iterator result for the entry.
     * This implementation returns the value of the entry.
     * @param entry the entry.
     * @return the value of the entry.
     */
/**
     * Called to yield the iterator result for the entry.
     * This implementation returns the key of the entry.
     * @param entry the entry.
     * @return the key of the entry.
     */
@Override protected [[#variable1755d080]] yield(Entry<K, V> entry) {
  return entry. [[#variable1755d000]]();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1755d080]]
K 
12[[#1755d080]]
V 
21[[#1755d000]]
getKey 
22[[#1755d000]]
getValue