@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;
@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 fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/util/Ecore2EcoreAdapterFactory.java File path: /emf-2.4.1/src/org/eclipse/emf/mapping/util/MappingAdapterFactory.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
@Override
1
@Override
2
  public Adapter createAdapter(Notifier target)
2
  public Adapter createAdapter(Notifier target)
3
  {
3
  {
4
    return modelSwitch.doSwitch((EObject)target);
4
    return modelSwitch.doSwitch((EObject)target);
5
  }
5
  }
6
  /**
6
  /**
7
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreMappingRoot <em>Mapping Root</em>}'.
7
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.MappingHelper <em>Helper</em>}'.
8
   * <!-- begin-user-doc -->
8
   * <!-- begin-user-doc -->
9
   * This default implementation returns null so that we can easily ignore cases;
9
   * This default implementation returns null so that we can easily ignore cases;
10
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
10
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
11
   * <!-- end-user-doc -->
11
   * <!-- end-user-doc -->
12
   * @return the new adapter.
12
   * @return the new adapter.
13
   * @see org.eclipse.emf.mapping.ecore2ecore.Ecore2EcoreMappingRoot
13
   * @see org.eclipse.emf.mapping.MappingHelper
14
   * @generated
14
   * @generated
15
   */
15
   */
16
  public Adapter createEcore2EcoreMappingRootAdapter()
16
  public Adapter createMappingHelperAdapter()
17
  {
17
  {
18
    return null;
18
    return null;
19
  }
19
  }
20
  /**
20
  /**
21
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.Mapping <em>Mapping</em>}'.
21
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.Mapping <em>Mapping</em>}'.
22
   * <!-- begin-user-doc -->
22
   * <!-- begin-user-doc -->
23
   * This default implementation returns null so that we can easily ignore cases;
23
   * This default implementation returns null so that we can easily ignore cases;
24
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
24
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
25
   * <!-- end-user-doc -->
25
   * <!-- end-user-doc -->
26
   * @return the new adapter.
26
   * @return the new adapter.
27
   * @see org.eclipse.emf.mapping.Mapping
27
   * @see org.eclipse.emf.mapping.Mapping
28
   * @generated
28
   * @generated
29
   */
29
   */
30
  public Adapter createMappingAdapter()
30
  public Adapter createMappingAdapter()
31
  {
31
  {
32
    return null;
32
    return null;
33
  }
33
  }
34
  /**
34
  /**
35
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.MappingRoot <em>Root</em>}'.
35
   * Creates a new adapter for an object of class '{@link org.eclipse.emf.mapping.TypeConverter <em>Type Converter</em>}'.
36
   * <!-- begin-user-doc -->
36
   * <!-- begin-user-doc -->
37
   * This default implementation returns null so that we can easily ignore cases;
37
   * This default implementation returns null so that we can easily ignore cases;
38
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
38
   * it's useful to ignore a case when inheritance will catch all the cases anyway.
39
   * <!-- end-user-doc -->
39
   * <!-- end-user-doc -->
40
   * @return the new adapter.
40
   * @return the new adapter.
41
   * @see org.eclipse.emf.mapping.MappingRoot
41
   * @see org.eclipse.emf.mapping.TypeConverter
42
   * @generated
42
   * @generated
43
   */
43
   */
44
  public Adapter createMappingRootAdapter()
44
  public Adapter createTypeConverterAdapter()
45
  {
45
  {
46
    return null;
46
    return null;
Summary
Number of common nesting structure subtrees0
Number of refactorable cases0
Number of non-refactorable cases0
Time elapsed for finding largest common nesting structure subtrees (ms)0.0
Clones location
Number of node comparisons0