CloneSet448


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13230.975statement_sequence[11]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113206
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/demo/SWTMultipleAxisDemo1.java
213174
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/demo/SWTTimeSeriesDemo.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
206
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/demo/SWTMultipleAxisDemo1.java

final Display display = new Display();
Shell shell = new Shell(display);
shell.setSize(600, 300);
shell.setLayout(new FillLayout());
shell.setText("Test for jfreechart running with SWT");
ChartComposite frame = new ChartComposite(shell, SWT.NONE, chart, true);
frame.setDisplayToolTips(false);
frame.setHorizontalAxisTrace(true);
frame.setVerticalAxisTrace(true);
shell.open();
while ( !shell.isDisposed()) {
  if ( !display.readAndDispatch())
    display.sleep();
}


First
Previous
Clone Instance
2
Line Count
13
Source Line
174
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/demo/SWTTimeSeriesDemo.java

final Display display = new Display();
Shell shell = new Shell(display);
shell.setSize(600, 300);
shell.setLayout(new FillLayout());
shell.setText("Time series demo for jfreechart running with SWT");
ChartComposite frame = new ChartComposite(shell, SWT.NONE, chart, true);
frame.setDisplayToolTips(true);
frame.setHorizontalAxisTrace(false);
frame.setVerticalAxisTrace(false);
shell.open();
while ( !shell.isDisposed()) {
  if ( !display.readAndDispatch())
    display.sleep();
}


Clone AbstractionParameter Count: 3Parameter Bindings

final Display display = new Display();
Shell shell = new Shell(display);
shell.setSize(600, 300);
shell.setLayout(new FillLayout());
shell.setText( [[#variable1a9c1380]]);
ChartComposite frame = new ChartComposite(shell, SWT.NONE, chart, true);
frame.setDisplayToolTips( [[#variable1a9b8b00]]);
frame.setHorizontalAxisTrace( [[#variable1a9b8ae0]]);
frame.setVerticalAxisTrace( [[#variable1a9b8ae0]]);
shell.open();
while ( !shell.isDisposed()) {
  if ( !display.readAndDispatch())
    display.sleep();
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a9c1380]]
"Test for jfreechart running with SWT" 
12[[#1a9c1380]]
"Time series demo for jfreechart running with SWT" 
21[[#1a9b8b00]]
false 
22[[#1a9b8b00]]
true 
31[[#1a9b8ae0]]
true 
32[[#1a9b8ae0]]
false