CloneSet302


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7410.990executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
173015
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
273029
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
373043
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
473057
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
3015
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

while (iterator.hasNext()) {
  Axis axis = (Axis) iterator.next();
  if (axis != null) {
    AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea, RectangleEdge.TOP, plotState);
    cursor = axisState.getCursor();
    axisStateMap.put(axis, axisState);
  }
}


Next
Previous
Clone Instance
2
Line Count
7
Source Line
3029
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

while (iterator.hasNext()) {
  Axis axis = (Axis) iterator.next();
  if (axis != null) {
    AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea, RectangleEdge.BOTTOM, plotState);
    cursor = axisState.getCursor();
    axisStateMap.put(axis, axisState);
  }
}


Next
Previous
Clone Instance
3
Line Count
7
Source Line
3043
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

while (iterator.hasNext()) {
  Axis axis = (Axis) iterator.next();
  if (axis != null) {
    AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea, RectangleEdge.LEFT, plotState);
    cursor = axisState.getCursor();
    axisStateMap.put(axis, axisState);
  }
}


First
Previous
Clone Instance
4
Line Count
7
Source Line
3057
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

while (iterator.hasNext()) {
  Axis axis = (Axis) iterator.next();
  if (axis != null) {
    AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea, RectangleEdge.RIGHT, plotState);
    cursor = axisState.getCursor();
    axisStateMap.put(axis, axisState);
  }
}


Clone AbstractionParameter Count: 1Parameter Bindings

while (iterator.hasNext()) {
  Axis axis = (Axis) iterator.next();
  if (axis != null) {
    AxisState axisState = axis.draw(g2, cursor, plotArea, dataArea, RectangleEdge. [[#variable1a8e6020]], plotState);
    cursor = axisState.getCursor();
    axisStateMap.put(axis, axisState);
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a8e6020]]
TOP 
12[[#1a8e6020]]
BOTTOM 
13[[#1a8e6020]]
LEFT 
14[[#1a8e6020]]
RIGHT