Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
9 | 2 | 1 | 0.978 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 9 | 96 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/java/ui/JavaPackagePage.java |
2 | 10 | 372 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ui/contribution/base/ModelImporterDetailPage.java |
| |||||
try { getContainer().run(false, false, initializeOperation); } catch (Exception exception) { JavaImporterPlugin.INSTANCE.log(exception); } |
| |||||
try { getContainer().run(false, false, initializeOperation); } catch (Exception exception) { ImporterPlugin.INSTANCE.log(exception); } |
| |||
try { getContainer().run(false, false, initializeOperation); } catch (Exception exception) { [[#variable175b3580]].INSTANCE.log(exception); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175b3580]] | JavaImporterPlugin |
1 | 2 | [[#175b3580]] | ImporterPlugin |