CloneSet1062


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
12201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
112855
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StandardXYItemRenderer.java
2111066
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYLineAndShapeRenderer.java
Next
Last
Clone Instance
1
Line Count
12
Source Line
855
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StandardXYItemRenderer.java

if (orientation == PlotOrientation.HORIZONTAL) {
  x = (float) transY1;
  y = (float) transX1;
}
if (s.isLastPointGood()) {
  // TODO: check threshold
  s.seriesPath.lineTo(x, y);
}
else {
  s.seriesPath.moveTo(x, y);
}
s.setLastPointGood(true);


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

if (orientation == PlotOrientation.HORIZONTAL) {
  x = (float) transY1;
  y = (float) transX1;
}
if (s.isLastPointGood()) {
  s.seriesPath.lineTo(x, y);
}
else {
  s.seriesPath.moveTo(x, y);
}
s.setLastPointGood(true);


Clone AbstractionParameter Count: 0Parameter Bindings

if (orientation == PlotOrientation.HORIZONTAL) {
  x = (float) transY1;
  y = (float) transX1;
}
if (s.isLastPointGood()) {
  // TODO: check threshold
  s.seriesPath.lineTo(x, y);
}
else {
  s.seriesPath.moveTo(x, y);
}
s.setLastPointGood(true);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None