CloneSet173


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
50530.967class_body_declarations[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
150137
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeAdapterFactory.java
250202
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/util/EcoreAdapterFactory.java
350126
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/util/Ecore2EcoreAdapterFactory.java
450124
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/util/Ecore2XMLAdapterFactory.java
550145
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/util/MappingAdapterFactory.java
Next
Last
Clone Instance
1
Line Count
50
Source Line
137
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/util/ChangeAdapterFactory.java

/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override public Adapter createAdapter(Notifier target) {
  return modelSwitch.doSwitch((EObject) target);
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.change.ChangeDescription <em>Description</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.ecore.change.ChangeDescription
 * @generated
 */
public Adapter createChangeDescriptionAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>EObject To Changes Map Entry</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see java.util.Map.Entry
 * @generated
 */
public Adapter createEObjectToChangesMapEntryAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.change.FeatureChange <em>Feature Change</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.ecore.change.FeatureChange
 * @generated
 */
public Adapter createFeatureChangeAdapter() {
  return null;
}


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

/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override public Adapter createAdapter(Notifier target) {
  return modelSwitch.doSwitch((EObject) target);
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.EModelElement <em>EModel Element</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.ecore.EModelElement
 * @generated
 */
public Adapter createEModelElementAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.EStructuralFeature <em>EStructural Feature</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.ecore.EStructuralFeature
 * @generated
 */
public Adapter createEStructuralFeatureAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.EAnnotation <em>EAnnotation</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.ecore.EAnnotation
 * @generated
 */
public Adapter createEAnnotationAdapter() {
  return null;
}


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

/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override public Adapter createAdapter(Notifier target) {
  return modelSwitch.doSwitch((EObject) target);
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreMappingRoot <em>Mapping Root</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreMappingRoot
 * @generated
 */
public Adapter createEcore2EcoreMappingRootAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.Mapping <em>Mapping</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.mapping.Mapping
 * @generated
 */
public Adapter createMappingAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.MappingRoot <em>Root</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.mapping.MappingRoot
 * @generated
 */
public Adapter createMappingRootAdapter() {
  return null;
}


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

/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override public Adapter createAdapter(Notifier target) {
  return modelSwitch.doSwitch((EObject) target);
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.ecore2xml.XMLInfo <em>XML Info</em>}'.
 * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.mapping.ecore2xml.XMLInfo
 * @generated
 */
public Adapter createXMLInfoAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.ecore2xml.XMLMap <em>XML Map</em>}'.
 * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.mapping.ecore2xml.XMLMap
 * @generated
 */
public Adapter createXMLMapAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>ENamed Element To XML Info Map Entry</em>}'.
 * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
 * @return the new adapter.
 * @see java.util.Map.Entry
 * @generated
 */
public Adapter createENamedElementToXMLInfoMapEntryAdapter() {
  return null;
}


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

/**
 * Creates an adapter for the <code>target</code>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @param target the object to adapt.
 * @return the adapter for the <code>target</code>.
 * @generated
 */
@Override public Adapter createAdapter(Notifier target) {
  return modelSwitch.doSwitch((EObject) target);
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.MappingHelper <em>Helper</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.mapping.MappingHelper
 * @generated
 */
public Adapter createMappingHelperAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.Mapping <em>Mapping</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.mapping.Mapping
 * @generated
 */
public Adapter createMappingAdapter() {
  return null;
}

/**
 * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.TypeConverter <em>Type Converter</em>}'.
 * <!-- begin-user-doc -->
 * This default implementation returns null so that we can easily ignore cases;
 * it's useful to ignore a case when inheritance will catch all the cases anyway.
 * <!-- end-user-doc -->
 * @return the new adapter.
 * @see org.eclipse.emf.mapping.TypeConverter
 * @generated
 */
public Adapter createTypeConverterAdapter() {
  return null;
}


Clone AbstractionParameter Count: 3Parameter Bindings

/**
   * Creates an adapter for the <code>target</code>.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @param target the object to adapt.
   * @return the adapter for the <code>target</code>.
   * @generated
   */
/**
   * Creates an adapter for the <code>target</code>.
   * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
   * @param target the object to adapt.
   * @return the adapter for the <code>target</code>.
   * @generated
   */
@Override public Adapter createAdapter(Notifier target) {
  return modelSwitch.doSwitch((EObject) target);
}

/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.EModelElement <em>EModel Element</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.ecore.EModelElement
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.MappingHelper <em>Helper</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.mapping.MappingHelper
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.ecore2xml.XMLInfo <em>XML Info</em>}'.
   * <!-- begin-user-doc -->
     * This default implementation returns null so that we can easily ignore cases;
     * it's useful to ignore a case when inheritance will catch all the cases anyway.
     * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.mapping.ecore2xml.XMLInfo
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreMappingRoot <em>Mapping Root</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreMappingRoot
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.change.ChangeDescription <em>Description</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.ecore.change.ChangeDescription
   * @generated
   */
public Adapter  [[#variable171f2200]]() {
  return null;
}

/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.EStructuralFeature <em>EStructural Feature</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.ecore.EStructuralFeature
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.Mapping <em>Mapping</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.mapping.Mapping
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.ecore2xml.XMLMap <em>XML Map</em>}'.
   * <!-- begin-user-doc -->
     * This default implementation returns null so that we can easily ignore cases;
     * it's useful to ignore a case when inheritance will catch all the cases anyway.
     * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.mapping.ecore2xml.XMLMap
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>EObject To Changes Map Entry</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see java.util.Map.Entry
   * @generated
   */
public Adapter  [[#variable171f21a0]]() {
  return null;
}

/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.EAnnotation <em>EAnnotation</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.ecore.EAnnotation
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.TypeConverter <em>Type Converter</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.mapping.TypeConverter
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link java.util.Map.Entry <em>ENamed Element To XML Info Map Entry</em>}'.
   * <!-- begin-user-doc -->
     * This default implementation returns null so that we can easily ignore cases;
     * it's useful to ignore a case when inheritance will catch all the cases anyway.
     * <!-- end-user-doc -->
   * @return the new adapter.
   * @see java.util.Map.Entry
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.MappingRoot <em>Root</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.mapping.MappingRoot
   * @generated
   */
/**
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.ecore.change.FeatureChange <em>Feature Change</em>}'.
   * <!-- begin-user-doc -->
   * This default implementation returns null so that we can easily ignore cases;
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
   * <!-- end-user-doc -->
   * @return the new adapter.
   * @see org.eclipse.emf.ecore.change.FeatureChange
   * @generated
   */
public Adapter  [[#variable171f2120]]() {
  return null;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#171f2200]]
createChangeDescriptionAdapter 
12[[#171f2200]]
createEModelElementAdapter 
13[[#171f2200]]
createEcore2EcoreMappingRootAdapter 
14[[#171f2200]]
createXMLInfoAdapter 
15[[#171f2200]]
createMappingHelperAdapter 
21[[#171f21a0]]
createEObjectToChangesMapEntryAdapter 
22[[#171f21a0]]
createEStructuralFeatureAdapter 
23[[#171f21a0]]
createMappingAdapter 
24[[#171f21a0]]
createXMLMapAdapter 
25[[#171f21a0]]
createMappingAdapter 
31[[#171f2120]]
createFeatureChangeAdapter 
32[[#171f2120]]
createEAnnotationAdapter 
33[[#171f2120]]
createMappingRootAdapter 
34[[#171f2120]]
createENamedElementToXMLInfoMapEntryAdapter 
35[[#171f2120]]
createTypeConverterAdapter