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.956 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 251 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ModelExporter.java |
2 | 3 | 437 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/exporter/ModelExporter.java |
| |||||
URI genModelURI = genPackage.getGenModel().eResource() != null ? genPackage.getGenModel().eResource().getURI(): null; |
| |||||
URI genModelURI = newObject.getGenModel().eResource() != null ? newObject.getGenModel().eResource().getURI(): null; |
| |||
URI genModelURI = [[#variable175b3dc0]].getGenModel().eResource() != null ? [[#variable175b3dc0]].getGenModel().eResource().getURI(): null; |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#175b3dc0]] | genPackage |
1 | 2 | [[#175b3dc0]] | newObject |