CloneSet1039


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
18939
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StandardXYItemRenderer.java
281132
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
939
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StandardXYItemRenderer.java

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


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

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


Clone AbstractionParameter Count: 0Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None