Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 2 | 1 | 0.970 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 373 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEMap.java |
2 | 2 | 395 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEMap.java |
| |||||
/** * Called to indicate that the entry has been added. * This implementation does nothing; * clients can use this to monitor additions to the map. * @param entry the added entry. */ protected void didAdd(Entry<K, V> entry) { // Do nothing. } |
| |||||
/** * Called to indicate that the entry has been removed. * This implementation does nothing; * clients can use this to monitor removals from the map. * @param entry the removed entry. */ protected void didRemove(Entry<K, V> entry) { // Do nothing. } |
| |||
/** * Called to indicate that the entry has been removed. * This implementation does nothing; * clients can use this to monitor removals from the map. * @param entry the removed entry. */ /** * Called to indicate that the entry has been added. * This implementation does nothing; * clients can use this to monitor additions to the map. * @param entry the added entry. */ protected void [[#variable1767c2e0]](Entry<K, V> entry) { // Do nothing. } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1767c2e0]] | didAdd |
1 | 2 | [[#1767c2e0]] | didRemove |