CloneSet1009


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.988statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16193
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTAxisEditor.java
26194
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTTitleEditor.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
193
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTAxisEditor.java

// Use a colored text field to show the color
final SWTPaintCanvas colorCanvas = new SWTPaintCanvas(general, SWT.NONE, this.labelPaintColor);
GridData canvasGridData = new GridData(SWT.FILL, SWT.CENTER, true, false);
canvasGridData.heightHint = 20;
colorCanvas.setLayoutData(canvasGridData);


First
Previous
Clone Instance
2
Line Count
6
Source Line
194
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTTitleEditor.java

// Use a SwtPaintCanvas to show the color, note that we must set the 
// heightHint.
final SWTPaintCanvas colorCanvas = new SWTPaintCanvas(general, SWT.NONE, this.titleColor);
GridData canvasGridData = new GridData(SWT.FILL, SWT.CENTER, true, false);
canvasGridData.heightHint = 20;
colorCanvas.setLayoutData(canvasGridData);


Clone AbstractionParameter Count: 1Parameter Bindings

// Use a SwtPaintCanvas to show the color, note that we must set the 
// heightHint.
// Use a colored text field to show the color
final SWTPaintCanvas colorCanvas = new SWTPaintCanvas(general, SWT.NONE, this. [[#variable18e3a5a0]]);
GridData canvasGridData = new GridData(SWT.FILL, SWT.CENTER, true, false);
canvasGridData.heightHint = 20;
colorCanvas.setLayoutData(canvasGridData);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e3a5a0]]
labelPaintColor 
12[[#18e3a5a0]]
titleColor