CloneSet626


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7310.976executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17399
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.java
27196
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LayeredBarRenderer.java
37210
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StatisticalBarRenderer.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
399
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/BoxAndWhiskerRenderer.java

if (orientation == PlotOrientation.HORIZONTAL) {
  drawHorizontalItem(g2, state, dataArea, plot, domainAxis, rangeAxis, dataset, row, column);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    drawVerticalItem(g2, state, dataArea, plot, domainAxis, rangeAxis, dataset, row, column);
  }


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

if (orientation == PlotOrientation.HORIZONTAL) {
  drawHorizontalItem(g2, state, dataArea, plot, domainAxis, rangeAxis, data, row, column);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    drawVerticalItem(g2, state, dataArea, plot, domainAxis, rangeAxis, data, row, column);
  }


First
Previous
Clone Instance
3
Line Count
7
Source Line
210
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/StatisticalBarRenderer.java

if (orientation == PlotOrientation.HORIZONTAL) {
  drawHorizontalItem(g2, state, dataArea, plot, domainAxis, rangeAxis, statData, row, column);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    drawVerticalItem(g2, state, dataArea, plot, domainAxis, rangeAxis, statData, row, column);
  }


Clone AbstractionParameter Count: 1Parameter Bindings

if (orientation == PlotOrientation.HORIZONTAL) {
  drawHorizontalItem(g2, state, dataArea, plot, domainAxis, rangeAxis,  [[#variable18c968a0]], row, column);
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    drawVerticalItem(g2, state, dataArea, plot, domainAxis, rangeAxis,  [[#variable18c968a0]], row, column);
  }
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c968a0]]
dataset 
12[[#18c968a0]]
data 
13[[#18c968a0]]
statData