CloneSet1316


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15176
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultPlotEditor.java
25197
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTPlotAppearanceEditor.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
176
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/editor/DefaultPlotEditor.java

if (plot instanceof CategoryPlot) {
  this.plotOrientation = ((CategoryPlot) plot).getOrientation();
}
else
  if (plot instanceof XYPlot) {
    this.plotOrientation = ((XYPlot) plot).getOrientation();
  }


First
Previous
Clone Instance
2
Line Count
5
Source Line
197
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/swt/org/jfree/experimental/chart/swt/editor/SWTPlotAppearanceEditor.java

// row 4: orientation
if (plot instanceof CategoryPlot) {
  this.plotOrientation = ((CategoryPlot) plot).getOrientation();
}
else
  if (plot instanceof XYPlot) {
    this.plotOrientation = ((XYPlot) plot).getOrientation();
  }


Clone AbstractionParameter Count: 0Parameter Bindings

// row 4: orientation
if (plot instanceof CategoryPlot) {
  this.plotOrientation = ((CategoryPlot) plot).getOrientation();
}
else
  if (plot instanceof XYPlot) {
    this.plotOrientation = ((XYPlot) plot).getOrientation();
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None