CloneSet779


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4301.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14217
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageRegistryImpl.java
2483
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EValidatorRegistryImpl.java
3471
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/impl/Ecore2XMLRegistryImpl.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
217
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageRegistryImpl.java

/**
 * Returns whether this map or the delegate map contains this key. Note that
 * if there is a delegate map, the result of this method may
 * <em><b>not</b></em> be the same as <code>keySet().contains(key)</code>.
 * @param key the key whose presence in this map is to be tested.
 * @return whether this map or the delegate map contains this key.
 */
@Override public boolean containsKey(Object key) {
  return super.containsKey(key) || delegateRegistry != null && delegateRegistry.containsKey(key);
}


Next
Previous
Clone Instance
2
Line Count
4
Source Line
83
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EValidatorRegistryImpl.java

@Override public boolean containsKey(Object key) {
  return super.containsKey(key) || delegateRegistry != null && delegateRegistry.containsKey(key);
}


First
Previous
Clone Instance
3
Line Count
4
Source Line
71
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/impl/Ecore2XMLRegistryImpl.java

@Override public boolean containsKey(Object key) {
  return super.containsKey(key) || delegateRegistry != null && delegateRegistry.containsKey(key);
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * Returns whether this map or the delegate map contains this key. Note that
   * if there is a delegate map, the result of this method may
   * <em><b>not</b></em> be the same as <code>keySet().contains(key)</code>.
   * @param key the key whose presence in this map is to be tested.
   * @return whether this map or the delegate map contains this key.
   */
@Override public boolean containsKey(Object key) {
  return super.containsKey(key) || delegateRegistry != null && delegateRegistry.containsKey(key);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None