CloneSet28


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
301910.985class_body_declarations[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13059
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/CommonUIPlugin.java
23056
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/converter/ConverterPlugin.java
33050
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/DataBindingPlugin.java
43050
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/edit/DataBindingEditPlugin.java
53965
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/ChangePlugin.java
63969
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/provider/ChangeEditPlugin.java
73970
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/EcoreEditorPlugin.java
83969
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EcoreEditPlugin.java
93050
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/XMIPlugin.java
103060
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/EMFEditUIPlugin.java
113057
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ExporterPlugin.java
123051
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ecore/EcoreImporterPlugin.java
133057
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ImporterPlugin.java
143051
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/JavaImporterPlugin.java
153051
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/RoseImporterPlugin.java
163976
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/Ecore2EcorePlugin.java
173978
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/presentation/Ecore2EcoreEditorPlugin.java
183973
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/ui/Ecore2XMLUIPlugin.java
193967
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/MappingPlugin.java
Next
Last
Clone Instance
1
Line Count
30
Source Line
59
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/common/ui/CommonUIPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipseUIPlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
2
Line Count
30
Source Line
56
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/converter/ConverterPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
3
Line Count
30
Source Line
50
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/DataBindingPlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
4
Line Count
30
Source Line
50
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/databinding/edit/DataBindingEditPlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
5
Line Count
39
Source Line
65
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/ChangePlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
6
Line Count
39
Source Line
69
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/change/provider/ChangeEditPlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
7
Line Count
39
Source Line
70
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/presentation/EcoreEditorPlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public static class Implementation extends EclipseUIPlugin {
  /**
   * Creates an instance.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
8
Line Count
39
Source Line
69
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/provider/EcoreEditPlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
9
Line Count
30
Source Line
50
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/ecore/xmi/XMIPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
10
Line Count
30
Source Line
60
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/EMFEditUIPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipseUIPlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
11
Line Count
30
Source Line
57
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ExporterPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
12
Line Count
30
Source Line
51
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ecore/EcoreImporterPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
13
Line Count
30
Source Line
57
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ImporterPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
14
Line Count
30
Source Line
51
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/JavaImporterPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
15
Line Count
30
Source Line
51
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/rose/RoseImporterPlugin.java

/*
 * Javadoc copied from base class.
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * @return the singleton instance.
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
16
Line Count
39
Source Line
76
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/Ecore2EcorePlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
17
Line Count
39
Source Line
78
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2ecore/presentation/Ecore2EcoreEditorPlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public static class Implementation extends EclipseUIPlugin {
  /**
   * Creates an instance.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Next
Previous
Clone Instance
18
Line Count
39
Source Line
73
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/ecore2xml/ui/Ecore2XMLUIPlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public static class Implementation extends EclipseUIPlugin {
  /**
   * Creates an instance.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


First
Previous
Clone Instance
19
Line Count
39
Source Line
67
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/MappingPlugin.java

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
 * Returns the singleton instance of the Eclipse plugin.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @return the singleton instance.
 * @generated
 */
public static Implementation getPlugin() {
  return plugin;
}

/**
 * The actual implementation of the Eclipse <b>Plugin</b>.
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 * @generated
 */
public static class Implementation extends EclipsePlugin {
  /**
   * Creates an instance.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

/*
   * Javadoc copied from base class.
   */
/**
   * Returns the singleton instance of the Eclipse plugin.
   * @return the singleton instance.
   */
/**
   * Returns the singleton instance of the Eclipse plugin.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return the singleton instance.
   * @generated
   */
@Override public ResourceLocator getPluginResourceLocator() {
  return plugin;
}

/**
   * Returns the singleton instance of the Eclipse plugin.
   * @return the singleton instance.
   */
/**
   * Returns the singleton instance of the Eclipse plugin.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @return the singleton instance.
   * @generated
   */
public static Implementation getPlugin() {
  return plugin;
}

/**
   * The actual implementation of the Eclipse <b>Plugin</b>.
   */
/**
   * The actual implementation of the Eclipse <b>Plugin</b>.
   * <!-- begin-user-doc -->
   * <!-- end-user-doc -->
   * @generated
   */
public static class Implementation extends [[#variable14990660]]{
  /**
       * Creates an instance.
       */
  /**
       * Creates an instance.
       * <!-- begin-user-doc -->
       * <!-- end-user-doc -->
       * @generated
       */
  public Implementation() {
    super();
    // Remember the static instance.
    //
    plugin = this ;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#14990660]]
EclipseUIPlugin 
12[[#14990660]]
EclipsePlugin 
13[[#14990660]]
EclipsePlugin 
14[[#14990660]]
EclipsePlugin 
15[[#14990660]]
EclipsePlugin 
16[[#14990660]]
EclipsePlugin 
17[[#14990660]]
EclipseUIPlugin 
18[[#14990660]]
EclipsePlugin 
19[[#14990660]]
EclipsePlugin 
110[[#14990660]]
EclipseUIPlugin 
111[[#14990660]]
EclipsePlugin 
112[[#14990660]]
EclipsePlugin 
113[[#14990660]]
EclipsePlugin 
114[[#14990660]]
EclipsePlugin 
115[[#14990660]]
EclipsePlugin 
116[[#14990660]]
EclipsePlugin 
117[[#14990660]]
EclipseUIPlugin 
118[[#14990660]]
EclipseUIPlugin 
119[[#14990660]]
EclipsePlugin