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.971 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 777 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ModelExporter.java |
2 | 3 | 763 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ModelImporter.java |
| |||||
if (readOnlyFiles != null) { throw new Exception(ExporterPlugin.INSTANCE.getString("_UI_ReadOnlyFiles_error", new String[] { readOnlyFiles } )); } |
| |||||
if (readOnlyFiles != null) { throw new Exception(ImporterPlugin.INSTANCE.getString("_UI_ReadOnlyFiles_error", new String[] { readOnlyFiles } )); } |
| |||
if (readOnlyFiles != null) { throw new Exception( [[#variable17666560]].INSTANCE.getString("_UI_ReadOnlyFiles_error", new String[] { readOnlyFiles } )); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#17666560]] | ExporterPlugin |
1 | 2 | [[#17666560]] | ImporterPlugin |