Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
2 | 4 | 2 | 0.952 | statement_sequence_member |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 3 | 234 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ValueAxisTests.java |
2 | 2 | 808 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CategoryPlotTests.java |
3 | 2 | 951 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java |
4 | 2 | 977 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java |
| |||||
JFreeChart chart = ChartFactory.createScatterPlot("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, false, false, false); |
| |||||
JFreeChart chart = ChartFactory.createLineChart("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, true, false, false); |
| |||||
JFreeChart chart = ChartFactory.createXYLineChart("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, true, false, false); |
| |||||
JFreeChart chart = ChartFactory.createXYLineChart("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, true, false, false); |
| |||
JFreeChart chart = ChartFactory. [[#variable18e33d00]]("Title", "X", "Y", dataset, PlotOrientation.VERTICAL, [[#variable18e33d20]], false, false); |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18e33d00]] | createScatterPlot |
1 | 2 | [[#18e33d00]] | createLineChart |
1 | 3 | [[#18e33d00]] | createXYLineChart |
1 | 4 | [[#18e33d00]] | createXYLineChart |
2 | 1 | [[#18e33d20]] | false |
2 | 2 | [[#18e33d20]] | true |
2 | 3 | [[#18e33d20]] | true |
2 | 4 | [[#18e33d20]] | true |