Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
4 | 3 | 0 | 1.000 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 4 | 217 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EPackageRegistryImpl.java |
2 | 4 | 83 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/EValidatorRegistryImpl.java |
3 | 4 | 71 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/impl/Ecore2XMLRegistryImpl.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); } |
| |||||
@Override public boolean containsKey(Object key) { return super.containsKey(key) || delegateRegistry != null && delegateRegistry.containsKey(key); } |
| |||||
@Override public boolean containsKey(Object key) { return super.containsKey(key) || delegateRegistry != null && delegateRegistry.containsKey(key); } |
| |||
/** * 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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
None |