CloneSet1152


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18507
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java
28451
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
507
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java

shape = getItemShape(series, item);
if (orientation == PlotOrientation.VERTICAL) {
  shape = ShapeUtilities.createTranslatedShape(shape, transX1, transY1);
}
else
  if (orientation == PlotOrientation.HORIZONTAL) {
    shape = ShapeUtilities.createTranslatedShape(shape, transY1, transX1);
  }


First
Previous
Clone Instance
2
Line Count
8
Source Line
451
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYStepAreaRenderer.java

shape = getItemShape(series, item);
if (orientation == PlotOrientation.VERTICAL) {
  shape = ShapeUtilities.createTranslatedShape(shape, transX1, transY1);
}
else
  if (orientation == PlotOrientation.HORIZONTAL) {
    shape = ShapeUtilities.createTranslatedShape(shape, transY1, transX1);
  }


Clone AbstractionParameter Count: 0Parameter Bindings

shape = getItemShape(series, item);
if (orientation == PlotOrientation.VERTICAL) {
  shape = ShapeUtilities.createTranslatedShape(shape, transX1, transY1);
}
else
  if (orientation == PlotOrientation.HORIZONTAL) {
    shape = ShapeUtilities.createTranslatedShape(shape, transY1, transX1);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None