Previous CloneSet | Next CloneSet | Back to Main Report |
Clone Mass | Clones in CloneSet | Parameter Count | Clone Similarity | Syntax Category [Sequence Length] |
---|---|---|---|---|
7 | 4 | 3 | 0.963 | block |
Clone Abstraction | Parameter Bindings |
Clone Instance (Click to see clone) | Line Count | Source Line | Source File |
---|---|---|---|
1 | 7 | 1794 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java |
2 | 7 | 1812 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java |
3 | 7 | 1841 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java |
4 | 7 | 1859 | E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.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)), this.zoomAroundAnchor); } } |
| |||||
{ 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)), this.zoomAroundAnchor); } } |
| |||||
{ 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)), this.zoomAroundAnchor); } } |
| |||||
{ 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)), this.zoomAroundAnchor); } } |
| |||
{ Plot p = this.chart.getPlot(); if (p instanceof Zoomable) { Zoomable [[#variable1a8d0e80]]= (Zoomable) p; [[#variable1a8d0e80]]. [[#variable1a8d0f40]](this. [[#variable1a8d0ee0]], this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y)), this.zoomAroundAnchor); } } |
CloneAbstraction |
Parameter Index | Clone Instance | Parameter Name | Value |
---|---|---|---|
1 | 1 | [[#1a8d0e80]] | plot |
1 | 2 | [[#1a8d0e80]] | z |
1 | 3 | [[#1a8d0e80]] | z |
1 | 4 | [[#1a8d0e80]] | z |
2 | 1 | [[#1a8d0f40]] | zoomDomainAxes |
2 | 2 | [[#1a8d0f40]] | zoomRangeAxes |
2 | 3 | [[#1a8d0f40]] | zoomDomainAxes |
2 | 4 | [[#1a8d0f40]] | zoomRangeAxes |
3 | 1 | [[#1a8d0ee0]] | zoomInFactor |
3 | 2 | [[#1a8d0ee0]] | zoomInFactor |
3 | 3 | [[#1a8d0ee0]] | zoomOutFactor |
3 | 4 | [[#1a8d0ee0]] | zoomOutFactor |