CloneSet693


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7401.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
171568
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
271618
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java
371633
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java
471690
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
1568
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartPanel.java

if (this.orientation == PlotOrientation.HORIZONTAL) {
  hZoom = this.rangeZoomable;
  vZoom = this.domainZoomable;
}
else {
  hZoom = this.domainZoomable;
  vZoom = this.rangeZoomable;
}


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

if (this.orientation == PlotOrientation.HORIZONTAL) {
  hZoom = this.rangeZoomable;
  vZoom = this.domainZoomable;
}
else {
  hZoom = this.domainZoomable;
  vZoom = this.rangeZoomable;
}


Next
Previous
Clone Instance
3
Line Count
7
Source Line
1633
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java

if (this.orientation == PlotOrientation.HORIZONTAL) {
  hZoom = this.rangeZoomable;
  vZoom = this.domainZoomable;
}
else {
  hZoom = this.domainZoomable;
  vZoom = this.rangeZoomable;
}


First
Previous
Clone Instance
4
Line Count
7
Source Line
1690
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/ChartComposite.java

if (this.orientation == PlotOrientation.HORIZONTAL) {
  hZoom = this.rangeZoomable;
  vZoom = this.domainZoomable;
}
else {
  hZoom = this.domainZoomable;
  vZoom = this.rangeZoomable;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.orientation == PlotOrientation.HORIZONTAL) {
  hZoom = this.rangeZoomable;
  vZoom = this.domainZoomable;
}
else {
  hZoom = this.domainZoomable;
  vZoom = this.rangeZoomable;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None