CloneSet994


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2420.952statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13234
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ValueAxisTests.java
22808
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java
32951
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java
42977
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
234
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ValueAxisTests.java

JFreeChart chart = ChartFactory.createScatterPlot("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, false, false, false);


Next
Previous
Clone Instance
2
Line Count
2
Source Line
808
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java

JFreeChart chart = ChartFactory.createLineChart("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, true, false, false);


Next
Previous
Clone Instance
3
Line Count
2
Source Line
951
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java

JFreeChart chart = ChartFactory.createXYLineChart("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, true, false, false);


First
Previous
Clone Instance
4
Line Count
2
Source Line
977
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java

JFreeChart chart = ChartFactory.createXYLineChart("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, true, false, false);


Clone AbstractionParameter Count: 2Parameter Bindings

JFreeChart chart = ChartFactory. [[#variable18e33d00]]("Title", "X", "Y", dataset, PlotOrientation.VERTICAL,  [[#variable18e33d20]], false, false);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e33d00]]
createScatterPlot 
12[[#18e33d00]]
createLineChart 
13[[#18e33d00]]
createXYLineChart 
14[[#18e33d00]]
createXYLineChart 
21[[#18e33d20]]
false 
22[[#18e33d20]]
true 
23[[#18e33d20]]
true 
24[[#18e33d20]]
true