Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
5 | 2 | 2 | 0.953 | method_declaration |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 6 | 254 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/experimental/org/jfree/experimental/chart/demo/CombinedXYPlotDemo1.java |
2 | 5 | 199 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/demo/BarChartDemo1.java |
| |||||
/** * Starting point for the demonstration application. * * @param args ignored. */ public static void main(String[] args) { CombinedXYPlotDemo1 demo = new CombinedXYPlotDemo1("JFreeChart : CombinedXYPlotDemo1"); demo.pack(); RefineryUtilities.centerFrameOnScreen(demo); demo.setVisible(true); } |
| |||||
/** * Starting point for the demonstration application. * * @param args ignored. */ public static void main(String[] args) { BarChartDemo1 demo = new BarChartDemo1("Bar Chart Demo 1"); demo.pack(); RefineryUtilities.centerFrameOnScreen(demo); demo.setVisible(true); } |
| |||
/** * Starting point for the demonstration application. * * @param args ignored. */ /** * Starting point for the demonstration application. * * @param args ignored. */ public static void main(String[] args) { [[#variable18f2e940]] demo = new [[#variable18f2e940]]( [[#variable18f2e8e0]]); demo.pack(); RefineryUtilities.centerFrameOnScreen(demo); demo.setVisible(true); } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#18f2e940]] | CombinedXYPlotDemo1 |
1 | 2 | [[#18f2e940]] | BarChartDemo1 |
2 | 1 | [[#18f2e8e0]] | "JFreeChart : CombinedXYPlotDemo1" |
2 | 2 | [[#18f2e8e0]] | "Bar Chart Demo 1" |