public T caseMapping(Mapping object) { return null; } /** * Returns the result of interpreting the object as an instance of '<em>Root</em>'. * <!-- begin-user-doc --> * This implementation returns null; * returning a non-null result will terminate the switch. * <!-- end-user-doc --> * @param object the target of the switch. * @return the result of interpreting the object as an instance of '<em>Root</em>'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) * @generated */ public T caseMappingRoot(MappingRoot object) { return null;
public T caseMapping(Mapping object) { return null; } /** * Returns the result of interpreting the object as an instance of '<em>Type Converter</em>'. * <!-- begin-user-doc --> * This implementation returns null; * returning a non-null result will terminate the switch. * <!-- end-user-doc --> * @param object the target of the switch. * @return the result of interpreting the object as an instance of '<em>Type Converter</em>'. * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) * @generated */ public T caseTypeConverter(TypeConverter object) { return null;
Clone fragments detected by clone detection tool
File path: /emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/util/Ecore2EcoreSwitch.java File path: /emf-2.4.1/src/org/eclipse/emf/mapping/util/MappingSwitch.java
Method name: Method name:
Number of AST nodes: 0 Number of AST nodes: 0
1
public T caseMapping(Mapping object)
1
public T caseMapping(Mapping object)
2
  {
2
  {
3
    return null;
3
    return null;
4
  }
4
  }
5
  /**
5
  /**
6
   * Returns the result of interpreting the object as an instance of '<em>Root</em>'.
6
   * Returns the result of interpreting the object as an instance of '<em>Type Converter</em>'.
7
   * <!-- begin-user-doc -->
7
   * <!-- begin-user-doc -->
8
   * This implementation returns null;
8
   * This implementation returns null;
9
   * returning a non-null result will terminate the switch.
9
   * returning a non-null result will terminate the switch.
10
   * <!-- end-user-doc -->
10
   * <!-- end-user-doc -->
11
   * @param object the target of the switch.
11
   * @param object the target of the switch.
12
   * @return the result of interpreting the object as an instance of '<em>Root</em>'.
12
   * @return the result of interpreting the object as an instance of '<em>Type Converter</em>'.
13
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
13
   * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
14
   * @generated
14
   * @generated
15
   */
15
   */
16
  public T caseMappingRoot(MappingRoot object)
16
  public T caseTypeConverter(TypeConverter object)
17
  {
17
  {
18
    return null;
18
    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