CloneSet435


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6401.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16961
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java
26539
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineRenderer3D.java
36398
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/ScatterRenderer.java
46205
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StatisticalLineAndShapeRenderer.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
961
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java

Shape shape = getItemShape(row, column);
if (orientation == PlotOrientation.HORIZONTAL) {
  shape = ShapeUtilities.createTranslatedShape(shape, y1, x1);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    shape = ShapeUtilities.createTranslatedShape(shape, x1, y1);
  }


Next
Previous
Clone Instance
2
Line Count
6
Source Line
539
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineRenderer3D.java

Shape shape = getItemShape(row, column);
if (orientation == PlotOrientation.HORIZONTAL) {
  shape = ShapeUtilities.createTranslatedShape(shape, y1, x1);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    shape = ShapeUtilities.createTranslatedShape(shape, x1, y1);
  }


Next
Previous
Clone Instance
3
Line Count
6
Source Line
398
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/ScatterRenderer.java

Shape shape = getItemShape(row, column);
if (orientation == PlotOrientation.HORIZONTAL) {
  shape = ShapeUtilities.createTranslatedShape(shape, y1, x1);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    shape = ShapeUtilities.createTranslatedShape(shape, x1, y1);
  }


First
Previous
Clone Instance
4
Line Count
6
Source Line
205
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StatisticalLineAndShapeRenderer.java

Shape shape = getItemShape(row, column);
if (orientation == PlotOrientation.HORIZONTAL) {
  shape = ShapeUtilities.createTranslatedShape(shape, y1, x1);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    shape = ShapeUtilities.createTranslatedShape(shape, x1, y1);
  }


Clone AbstractionParameter Count: 0Parameter Bindings

Shape shape = getItemShape(row, column);
if (orientation == PlotOrientation.HORIZONTAL) {
  shape = ShapeUtilities.createTranslatedShape(shape, y1, x1);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    shape = ShapeUtilities.createTranslatedShape(shape, x1, y1);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None