CloneSet201


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12601.000method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11269
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeAdapterFactory.java
21269
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreAdapterFactory.java
31268
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/tree/util/TreeAdapterFactory.java
41273
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/util/Ecore2EcoreAdapterFactory.java
51271
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/util/Ecore2XMLAdapterFactory.java
61267
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/util/MappingAdapterFactory.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
69
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeAdapterFactory.java

/**
 * Returns whether this factory is applicable for the type of the object.
 * <!-- begin-user-doc -->
 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
 * <!-- end-user-doc -->
 * @return whether this factory is applicable for the type of the object.
 * @generated
 */
@Override public boolean isFactoryForType(Object object) {
  if (object == modelPackage) {
    return true;
  }
  if (object instanceof EObject) {
    return ((EObject) object).eClass().getEPackage() == modelPackage;
  }
  return false;
}


Next
Previous
Clone Instance
2
Line Count
12
Source Line
69
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreAdapterFactory.java

/**
 * Returns whether this factory is applicable for the type of the object.
 * <!-- begin-user-doc -->
 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
 * <!-- end-user-doc -->
 * @return whether this factory is applicable for the type of the object.
 * @generated
 */
@Override public boolean isFactoryForType(Object object) {
  if (object == modelPackage) {
    return true;
  }
  if (object instanceof EObject) {
    return ((EObject) object).eClass().getEPackage() == modelPackage;
  }
  return false;
}


Next
Previous
Clone Instance
3
Line Count
12
Source Line
68
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/tree/util/TreeAdapterFactory.java

/**
 * Returns whether this factory is applicable for the type of the object.
 * <!-- begin-user-doc -->
 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
 * <!-- end-user-doc -->
 * @return whether this factory is applicable for the type of the object.
 * @generated
 */
@Override public boolean isFactoryForType(Object object) {
  if (object == modelPackage) {
    return true;
  }
  if (object instanceof EObject) {
    return ((EObject) object).eClass().getEPackage() == modelPackage;
  }
  return false;
}


Next
Previous
Clone Instance
4
Line Count
12
Source Line
73
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/util/Ecore2EcoreAdapterFactory.java

/**
 * Returns whether this factory is applicable for the type of the object.
 * <!-- begin-user-doc -->
 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
 * <!-- end-user-doc -->
 * @return whether this factory is applicable for the type of the object.
 * @generated
 */
@Override public boolean isFactoryForType(Object object) {
  if (object == modelPackage) {
    return true;
  }
  if (object instanceof EObject) {
    return ((EObject) object).eClass().getEPackage() == modelPackage;
  }
  return false;
}


Next
Previous
Clone Instance
5
Line Count
12
Source Line
71
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/util/Ecore2XMLAdapterFactory.java

/**
 * Returns whether this factory is applicable for the type of the object.
 * <!-- begin-user-doc -->
 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
 * <!-- end-user-doc -->
 * @return whether this factory is applicable for the type of the object.
 * @generated
 */
@Override public boolean isFactoryForType(Object object) {
  if (object == modelPackage) {
    return true;
  }
  if (object instanceof EObject) {
    return ((EObject) object).eClass().getEPackage() == modelPackage;
  }
  return false;
}


First
Previous
Clone Instance
6
Line Count
12
Source Line
67
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/util/MappingAdapterFactory.java

/**
 * Returns whether this factory is applicable for the type of the object.
 * <!-- begin-user-doc -->
 * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
 * <!-- end-user-doc -->
 * @return whether this factory is applicable for the type of the object.
 * @generated
 */
@Override public boolean isFactoryForType(Object object) {
  if (object == modelPackage) {
    return true;
  }
  if (object instanceof EObject) {
    return ((EObject) object).eClass().getEPackage() == modelPackage;
  }
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

/**
   * Returns whether this factory is applicable for the type of the object.
   * <!-- begin-user-doc -->
   * This implementation returns <code>true</code> if the object is either the model's package or is an instance object of the model.
   * <!-- end-user-doc -->
   * @return whether this factory is applicable for the type of the object.
   * @generated
   */
@Override public boolean isFactoryForType(Object object) {
  if (object == modelPackage) {
    return true;
  }
  if (object instanceof EObject) {
    return ((EObject) object).eClass().getEPackage() == modelPackage;
  }
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None