CloneSet1456


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
18267
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/experimental/org/jfree/experimental/chart/annotations/XYTitleAnnotation.java
28210
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYImageAnnotation.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
267
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/experimental/org/jfree/experimental/chart/annotations/XYTitleAnnotation.java

float yy = 0.0F;
if (orientation == PlotOrientation.HORIZONTAL) {
  xx = j2DY;
  yy = j2DX;
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    xx = j2DX;
    yy = j2DY;
  }


First
Previous
Clone Instance
2
Line Count
8
Source Line
210
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYImageAnnotation.java

float yy = 0.0F;
if (orientation == PlotOrientation.HORIZONTAL) {
  xx = j2DY;
  yy = j2DX;
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    xx = j2DX;
    yy = j2DY;
  }


Clone AbstractionParameter Count: 0Parameter Bindings

float yy = 0.0F;
if (orientation == PlotOrientation.HORIZONTAL) {
  xx = j2DY;
  yy = j2DX;
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    xx = j2DX;
    yy = j2DY;
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None