CloneSet1536


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13304
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/celleditor/FeatureEditorDialog.java
23456
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/celleditor/FeatureEditorDialog.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
304
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/celleditor/FeatureEditorDialog.java

if ( !values.getChildren().isEmpty()) {
  featureTableViewer.setSelection(new StructuredSelection(values.getChildren().get(0)));
}


First
Previous
Clone Instance
2
Line Count
3
Source Line
456
Source File
E:/TSE/Projects-CloneDR/emf-2.4.1/src/org/eclipse/emf/edit/ui/celleditor/FeatureEditorDialog.java

if ( !values.getChildren().isEmpty()) {
  featureTableViewer.setSelection(new StructuredSelection(values.getChildren().get(0)));
}


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !values.getChildren().isEmpty()) {
  featureTableViewer.setSelection(new StructuredSelection(values.getChildren().get(0)));
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None