Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
3 | 2 | 1 | 0.970 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 287 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/converter/ui/contribution/base/ModelConverterWizard.java |
2 | 3 | 552 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ModelImporter.java |
| |||||
/** * <p>Subclasses should overwrite this method, adding the code that performs the * actions required when this wizard is "finished".</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; } |
| |||||
protected Diagnostic doComputeEPackages(Monitor monitor) throws Exception { return Diagnostic.OK_INSTANCE; } |
| |||
/** * <p>Subclasses should overwrite this method, adding the code that performs the * actions required when this wizard is "finished".</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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17681780]] | doPerformFinish |
1 | 2 | [[#17681780]] | doComputeEPackages |