Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.950 | statement_sequence[2] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 2 | 288 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ModelImporterApplication.java |
2 | 2 | 305 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ModelImporterApplication.java |
3 | 2 | 310 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ModelImporterApplication.java |
4 | 2 | 315 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/importer/ModelImporterApplication.java |
| |||||
modelProjectLocationPath = new Path(new File(arguments[ ++index]).getAbsolutePath()); modelFragmentPath = new Path(arguments[ ++index]); |
| |||||
editProjectLocationPath = new Path(new File(arguments[ ++index]).getAbsolutePath()); editFragmentPath = new Path(arguments[ ++index]); |
| |||||
editorProjectLocationPath = new Path(new File(arguments[ ++index]).getAbsolutePath()); editorFragmentPath = new Path(arguments[ ++index]); |
| |||||
testsProjectLocationPath = new Path(new File(arguments[ ++index]).getAbsolutePath()); testsFragmentPath = new Path(arguments[ ++index]); |
| |||
[[#variable173d2d80]]= new Path(new File(arguments[ ++index]).getAbsolutePath()); [[#variable173dd880]]= new Path(arguments[ ++index]); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#173d2d80]] | modelProjectLocationPath |
1 | 2 | [[#173d2d80]] | editProjectLocationPath |
1 | 3 | [[#173d2d80]] | editorProjectLocationPath |
1 | 4 | [[#173d2d80]] | testsProjectLocationPath |
2 | 1 | [[#173dd880]] | modelFragmentPath |
2 | 2 | [[#173dd880]] | editFragmentPath |
2 | 3 | [[#173dd880]] | editorFragmentPath |
2 | 4 | [[#173dd880]] | testsFragmentPath |