CloneSet461


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
43230.957compilation_unit
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14317
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/MappingStrategyImpl.java
24317
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/TypeConverterImpl.java
Next
Last
Clone Instance
1
Line Count
43
Source Line
17
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/MappingStrategyImpl.java

/**
 * <copyright>
 *
 * Copyright (c) 2002-2006 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *   IBM - Initial API and implementation
 *
 * </copyright>
 *
 * $Id: MappingStrategyImpl.java,v 1.6 2006/12/29 18:29:09 marcelop Exp $
 */
package org.eclipse.emf.mapping.impl;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.mapping.MappingPackage;
import org.eclipse.emf.mapping.MappingStrategy;

/**
 * <!-- begin-user-doc -->
 * An implementation of the model object '<em><b>Strategy</b></em>'.
 * <!-- end-user-doc -->
 * <p>
 * </p>
 *
 * @generated
 */
public class MappingStrategyImpl extends MappingHelperImpl implements MappingStrategy {
  /**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  protected MappingStrategyImpl() {
    super();
  }

  /**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  @Override protected EClass eStaticClass() {
    return MappingPackage.Literals.MAPPING_STRATEGY;
  }
} //MappingStrategyImpl




First
Previous
Clone Instance
2
Line Count
43
Source Line
17
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/impl/TypeConverterImpl.java

/**
 * <copyright>
 *
 * Copyright (c) 2002-2006 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *   IBM - Initial API and implementation
 *
 * </copyright>
 *
 * $Id: TypeConverterImpl.java,v 1.6 2006/12/29 18:29:09 marcelop Exp $
 */
package org.eclipse.emf.mapping.impl;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.mapping.MappingPackage;
import org.eclipse.emf.mapping.TypeConverter;

/**
 * <!-- begin-user-doc -->
 * An implementation of the model object '<em><b>Type Converter</b></em>'.
 * <!-- end-user-doc -->
 * <p>
 * </p>
 *
 * @generated
 */
public class TypeConverterImpl extends MappingHelperImpl implements TypeConverter {
  /**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  protected TypeConverterImpl() {
    super();
  }

  /**
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  @Override protected EClass eStaticClass() {
    return MappingPackage.Literals.TYPE_CONVERTER;
  }
} //TypeConverterImpl




Clone AbstractionParameter Count: 3Parameter Bindings

/**
 * <copyright>
 *
 * Copyright (c) 2002-2006 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *   IBM - Initial API and implementation
 *
 * </copyright>
 *
 * $Id: TypeConverterImpl.java,v 1.6 2006/12/29 18:29:09 marcelop Exp $
 */
/**
 * <copyright>
 *
 * Copyright (c) 2002-2006 IBM Corporation and others.
 * All rights reserved.   This program and the accompanying materials
 * are made available under the terms of the Eclipse Public License v1.0
 * which accompanies this distribution, and is available at
 * http://www.eclipse.org/legal/epl-v10.html
 *
 * Contributors:
 *   IBM - Initial API and implementation
 *
 * </copyright>
 *
 * $Id: MappingStrategyImpl.java,v 1.6 2006/12/29 18:29:09 marcelop Exp $
 */
package org.eclipse.emf.mapping.impl;

import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.mapping.MappingPackage;
import org.eclipse.emf.mapping. [[#variable172c15c0]];

/**
 * <!-- begin-user-doc -->
 * An implementation of the model object '<em><b>Type Converter</b></em>'.
 * <!-- end-user-doc -->
 * <p>
 * </p>
 *
 * @generated
 */
/**
 * <!-- begin-user-doc -->
 * An implementation of the model object '<em><b>Strategy</b></em>'.
 * <!-- end-user-doc -->
 * <p>
 * </p>
 *
 * @generated
 */
public class [[#variable172c1560]]extends MappingHelperImpl implements [[#variable172c15c0]]{
  /**
     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
     * @generated
     */
  protected [[#variable172c1560]]() {
    super();
  }

  /**
     * <!-- begin-user-doc -->
     * <!-- end-user-doc -->
     * @generated
     */
  @Override protected EClass eStaticClass() {
    return MappingPackage.Literals. [[#variable172c14e0]];
  }
} //TypeConverterImpl //MappingStrategyImpl


 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#172c15c0]]
MappingStrategy 
12[[#172c15c0]]
TypeConverter 
21[[#172c1560]]
MappingStrategyImpl 
22[[#172c1560]]
TypeConverterImpl 
31[[#172c14e0]]
MAPPING_STRATEGY 
32[[#172c14e0]]
TYPE_CONVERTER