CloneSet681


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
18201.000class_body_declarations[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
118300
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/EObjectToChangesMapEntryImpl.java
21367
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/DynamicEObjectImpl.java
Next
Last
Clone Instance
1
Line Count
18
Source Line
300
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/impl/EObjectToChangesMapEntryImpl.java

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public int getHash() {
  if (hash == -1) {
    Object theKey = getKey();
    hash = (theKey == null ? 0: theKey.hashCode());
  }
  return hash;
}

/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public void setHash(int hash) {
  this.hash = hash;
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
67
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/impl/DynamicEObjectImpl.java

public int getHash() {
  if (hash == -1) {
    Object theKey = getKey();
    hash = (theKey == null ? 0: theKey.hashCode());
  }
  return hash;
}

public void setHash(int hash) {
  this.hash = hash;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
public int getHash() {
  if (hash == -1) {
    Object theKey = getKey();
    hash = (theKey == null ? 0: theKey.hashCode());
  }
  return hash;
}

/**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
public void setHash(int hash) {
  this.hash = hash;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None