CloneSet1842


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3210.970method_declaration
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13287
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/converter/ui/contribution/base/ModelConverterWizard.java
23552
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ModelImporter.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
287
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/converter/ui/contribution/base/ModelConverterWizard.java

/**
 * <p>Subclasses should overwrite this method, adding the code that performs the
 * actions required when this wizard is &quot;finished&quot;.</p>
 * <p>The {@link Diagnostic} returned by this method should be used to provide
 * the user some information regarding a <b>successful</b> conversion.  If the
 * conversion fails, an exception should be thrown.<p>
 * @param monitor
 * @return {@link Diagnostic}
 * @throws Exception
 */
protected Diagnostic doPerformFinish(Monitor monitor) throws Exception {
  return Diagnostic.OK_INSTANCE;
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
552
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ModelImporter.java

protected Diagnostic doComputeEPackages(Monitor monitor) throws Exception {
  return Diagnostic.OK_INSTANCE;
}


Clone AbstractionParameter Count: 1Parameter Bindings

/**
   * <p>Subclasses should overwrite this method, adding the code that performs the
   * actions required when this wizard is &quot;finished&quot;.</p>
   * <p>The {@link Diagnostic} returned by this method should be used to provide
   * the user some information regarding a <b>successful</b> conversion.  If the
   * conversion fails, an exception should be thrown.<p>
   * @param monitor
   * @return {@link Diagnostic}
   * @throws Exception
   */
protected Diagnostic  [[#variable17681780]](Monitor monitor) throws Exception {
  return Diagnostic.OK_INSTANCE;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#17681780]]
doPerformFinish 
12[[#17681780]]
doComputeEPackages