CloneSet482


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7230.965executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17206
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/domain/PluginAdapterFactoryMappingDomain.java
27218
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/domain/PluginAdapterFactoryMappingDomain.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
206
Source File
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"));
  }
}


First
Previous
Clone Instance
2
Line Count
7
Source Line
218
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/mapping/domain/PluginAdapterFactoryMappingDomain.java

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"));
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#172f0d80]]
topLabelForms 
12[[#172f0d80]]
bottomLabelForms 
21[[#172f08e0]]
topLabelLongForms 
22[[#172f08e0]]
bottomLabelLongForms 
31[[#172f0cc0]]
topLabelShortForms 
32[[#172f0cc0]]
bottomLabelShortForms