CloneSet285


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7430.963block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171794
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
271812
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
371841
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
471859
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
1794
Source File
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);
  }
}


Next
Previous
Clone Instance
2
Line Count
7
Source Line
1812
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

{
  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);
  }
}


Next
Previous
Clone Instance
3
Line Count
7
Source Line
1841
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

{
  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);
  }
}


First
Previous
Clone Instance
4
Line Count
7
Source Line
1859
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

{
  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);
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

{
  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 Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a8d0e80]]
plot 
12[[#1a8d0e80]]
z 
13[[#1a8d0e80]]
z 
14[[#1a8d0e80]]
z 
21[[#1a8d0f40]]
zoomDomainAxes 
22[[#1a8d0f40]]
zoomRangeAxes 
23[[#1a8d0f40]]
zoomDomainAxes 
24[[#1a8d0f40]]
zoomRangeAxes 
31[[#1a8d0ee0]]
zoomInFactor 
32[[#1a8d0ee0]]
zoomInFactor 
33[[#1a8d0ee0]]
zoomOutFactor 
34[[#1a8d0ee0]]
zoomOutFactor