CloneSet773


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13230.971statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
11398
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/demo/PieChartDemo1.java
21386
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/demo/SWTPieChartDemo1.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
98
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/demo/PieChartDemo1.java

JFreeChart chart = ChartFactory.createPieChart("Pie Chart Demo 1", // chart title
                                                dataset, // data
                                                true, // include legend
                                                true, false);
PiePlot plot = (PiePlot) chart.getPlot();
plot.setSectionOutlinesVisible(false);
plot.setLabelFont(new Font("SansSerif", Font.PLAIN, 10));
plot.setNoDataMessage("No data available");
plot.setSimpleLabels(true);


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

JFreeChart chart = ChartFactory.createPieChart("Pie Chart Demo 1", // chart title
                                                dataset, // data
                                                true, // include legend
                                                true, false);
PiePlot plot = (PiePlot) chart.getPlot();
plot.setSectionOutlinesVisible(false);
plot.setLabelFont(new Font("SansSerif", Font.PLAIN, 12));
plot.setNoDataMessage("No data available");
plot.setCircular(false);


Clone AbstractionParameter Count: 3Parameter Bindings

JFreeChart chart = ChartFactory.createPieChart("Pie Chart Demo 1", // chart title
                                                dataset, // data
                                                true, // include legend
                                                true, false);
PiePlot plot = (PiePlot) chart.getPlot();
plot.setSectionOutlinesVisible(false);
plot.setLabelFont(new Font("SansSerif", Font.PLAIN,  [[#variable18d56780]]));
plot.setNoDataMessage("No data available");
plot. [[#variable18d5bee0]]( [[#variable18d5be60]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d56780]]
10 
12[[#18d56780]]
12 
21[[#18d5bee0]]
setSimpleLabels 
22[[#18d5bee0]]
setCircular 
31[[#18d5be60]]
true 
32[[#18d5be60]]
false