CloneSet1841


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.970method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12373
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEMap.java
22395
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/util/BasicEMap.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
373
Source File
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.
}


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

/**
 * 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.
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
   * 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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1767c2e0]]
didAdd 
12[[#1767c2e0]]
didRemove