CloneSet1193


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

double xx = transX1;
double yy = transY1;
if (orientation == PlotOrientation.HORIZONTAL) {
  xx = transY1;
  yy = transX1;
}


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

double xx = transX1;
double yy = transY1;
if (orientation == PlotOrientation.HORIZONTAL) {
  xx = transY1;
  yy = transX1;
}


First
Previous
Clone Instance
3
Line Count
5
Source Line
274
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYStepRenderer.java

double xx = transX1;
double yy = transY1;
if (orientation == PlotOrientation.HORIZONTAL) {
  xx = transY1;
  yy = transX1;
}


Clone AbstractionParameter Count: 0Parameter Bindings

double xx = transX1;
double yy = transY1;
if (orientation == PlotOrientation.HORIZONTAL) {
  xx = transY1;
  yy = transX1;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None