Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 2 | 2 | 0.960 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 1319 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEMap.java |
2 | 4 | 1345 | 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(); } |
| |||||
/** * 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(); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1755d080]] | K |
1 | 2 | [[#1755d080]] | V |
2 | 1 | [[#1755d000]] | getKey |
2 | 2 | [[#1755d000]] | getValue |