Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 2 | 3 | 0.965 | executable_statement |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 206 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/domain/PluginAdapterFactoryMappingDomain.java |
2 | 7 | 218 | E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/domain/PluginAdapterFactoryMappingDomain.java |
| |||||
for (int j = 0; j < topLabelForms.length; j++) { IConfigurationElement labelForm[] = topLabelForms[j].getChildren("label-form"); for (int k = 0; k < labelForm.length; k++) { topLabelLongForms.add(labelForm[k].getAttribute("long")); topLabelShortForms.add(labelForm[k].getAttribute("short")); } } |
| |||||
for (int j = 0; j < bottomLabelForms.length; j++) { IConfigurationElement labelForm[] = bottomLabelForms[j].getChildren("label-form"); for (int k = 0; k < labelForm.length; k++) { bottomLabelLongForms.add(labelForm[k].getAttribute("long")); bottomLabelShortForms.add(labelForm[k].getAttribute("short")); } } |
| |||
for (int j = 0; j < [[#variable172f0d80]].length; j++) { IConfigurationElement labelForm[] = [[#variable172f0d80]][j].getChildren("label-form"); for (int k = 0; k < labelForm.length; k++) { [[#variable172f08e0]].add(labelForm[k].getAttribute("long")); [[#variable172f0cc0]].add(labelForm[k].getAttribute("short")); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#172f0d80]] | topLabelForms |
1 | 2 | [[#172f0d80]] | bottomLabelForms |
2 | 1 | [[#172f08e0]] | topLabelLongForms |
2 | 2 | [[#172f08e0]] | bottomLabelLongForms |
3 | 1 | [[#172f0cc0]] | topLabelShortForms |
3 | 2 | [[#172f0cc0]] | bottomLabelShortForms |