Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
13 | 2 | 3 | 0.975 | statement_sequence[11] |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 13 | 206 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/demo/SWTMultipleAxisDemo1.java |
2 | 13 | 174 | 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("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(); } |
| |||||
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(); } |
| |||
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 Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a9c1380]] | "Test for jfreechart running with SWT" |
1 | 2 | [[#1a9c1380]] | "Time series demo for jfreechart running with SWT" |
2 | 1 | [[#1a9b8b00]] | false |
2 | 2 | [[#1a9b8b00]] | true |
3 | 1 | [[#1a9b8ae0]] | true |
3 | 2 | [[#1a9b8ae0]] | false |