Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
6 | 4 | 3 | 0.960 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 828 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java |
2 | 6 | 846 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java |
3 | 6 | 874 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java |
4 | 6 | 891 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java |
| |||||
{ Plot p = this.chart.getPlot(); if (p instanceof Zoomable) { Zoomable plot = (Zoomable) p; plot.zoomDomainAxes(this.zoomInFactor, this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y))); } } |
| |||||
{ Plot p = this.chart.getPlot(); if (p instanceof Zoomable) { Zoomable z = (Zoomable) p; z.zoomRangeAxes(this.zoomInFactor, this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y))); } } |
| |||||
{ Plot p = this.chart.getPlot(); if (p instanceof Zoomable) { Zoomable z = (Zoomable) p; z.zoomDomainAxes(this.zoomOutFactor, this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y))); } } |
| |||||
{ Plot p = this.chart.getPlot(); if (p instanceof Zoomable) { Zoomable z = (Zoomable) p; z.zoomRangeAxes(this.zoomOutFactor, this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y))); } } |
| |||
{ Plot p = this.chart.getPlot(); if (p instanceof Zoomable) { Zoomable [[#variable1a8f47c0]]= (Zoomable) p; [[#variable1a8f47c0]]. [[#variable1a8f3e20]](this. [[#variable1a8f47a0]], this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y))); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a8f47c0]] | plot |
1 | 2 | [[#1a8f47c0]] | z |
1 | 3 | [[#1a8f47c0]] | z |
1 | 4 | [[#1a8f47c0]] | z |
2 | 1 | [[#1a8f3e20]] | zoomDomainAxes |
2 | 2 | [[#1a8f3e20]] | zoomRangeAxes |
2 | 3 | [[#1a8f3e20]] | zoomDomainAxes |
2 | 4 | [[#1a8f3e20]] | zoomRangeAxes |
3 | 1 | [[#1a8f47a0]] | zoomInFactor |
3 | 2 | [[#1a8f47a0]] | zoomInFactor |
3 | 3 | [[#1a8f47a0]] | zoomOutFactor |
3 | 4 | [[#1a8f47a0]] | zoomOutFactor |