CloneSet272


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

Composite choiceComposite = new Composite(contents, SWT.NONE);
{
  GridData data = new GridData(SWT.FILL, SWT.FILL, true, true);
  data.horizontalAlignment = SWT.END;
  choiceComposite.setLayoutData(data);
  GridLayout layout = new GridLayout();
  data.horizontalAlignment = SWT.FILL;
  layout.marginHeight = 0;
  layout.marginWidth = 0;
  layout.numColumns = 1;
  choiceComposite.setLayout(layout);
}
Label choiceLabel = new Label(choiceComposite, SWT.NONE);


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

Composite featureComposite = new Composite(contents, SWT.NONE);
{
  GridData data = new GridData(SWT.FILL, SWT.FILL, true, true);
  data.horizontalAlignment = SWT.END;
  featureComposite.setLayoutData(data);
  GridLayout layout = new GridLayout();
  data.horizontalAlignment = SWT.FILL;
  layout.marginHeight = 0;
  layout.marginWidth = 0;
  layout.numColumns = 1;
  featureComposite.setLayout(layout);
}
Label featureLabel = new Label(featureComposite, SWT.NONE);


Clone AbstractionParameter Count: 2Parameter Bindings

Composite  [[#variable171de3c0]]= new Composite(contents, SWT.NONE);
{
  GridData data = new GridData(SWT.FILL, SWT.FILL, true, true);
  data.horizontalAlignment = SWT.END;
   [[#variable171de3c0]].setLayoutData(data);
  GridLayout layout = new GridLayout();
  data.horizontalAlignment = SWT.FILL;
  layout.marginHeight = 0;
  layout.marginWidth = 0;
  layout.numColumns = 1;
   [[#variable171de3c0]].setLayout(layout);
}
Label  [[#variable171de3a0]]= new Label( [[#variable171de3c0]], SWT.NONE);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#171de3c0]]
choiceComposite 
12[[#171de3c0]]
featureComposite 
21[[#171de3a0]]
choiceLabel 
22[[#171de3a0]]
featureLabel