CloneSet312


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6430.960block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17828
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
26846
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
36874
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
46891
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
828
Source File
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)));
  }
}


Next
Previous
Clone Instance
2
Line Count
6
Source Line
846
Source File
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 z = (Zoomable) p;
    z.zoomRangeAxes(this.zoomInFactor, this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y)));
  }
}


Next
Previous
Clone Instance
3
Line Count
6
Source Line
874
Source File
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 z = (Zoomable) p;
    z.zoomDomainAxes(this.zoomOutFactor, this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y)));
  }
}


First
Previous
Clone Instance
4
Line Count
6
Source Line
891
Source File
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 z = (Zoomable) p;
    z.zoomRangeAxes(this.zoomOutFactor, this.info.getPlotInfo(), translateScreenToJava2D(new Point((int) x, (int) y)));
  }
}


Clone AbstractionParameter Count: 3Parameter Bindings

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