CloneSet536


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

int columns = dataset.getColumnCount();
int rows = dataset.getRowCount();
double space = 0.0;
PlotOrientation orientation = plot.getOrientation();
if (orientation == PlotOrientation.HORIZONTAL) {
  space = dataArea.getHeight();
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    space = dataArea.getWidth();
  }
double maxWidth = space * getMaximumBarWidth();
double categoryMargin = 0.0;


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

int columns = dataset.getColumnCount();
int rows = dataset.getRowCount();
double space = 0.0;
PlotOrientation orientation = plot.getOrientation();
if (orientation == PlotOrientation.HORIZONTAL) {
  space = dataArea.getHeight();
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    space = dataArea.getWidth();
  }
double maxWidth = space * getMaximumBarWidth();
double categoryMargin = 0.0;


Clone AbstractionParameter Count: 0Parameter Bindings

int columns = dataset.getColumnCount();
int rows = dataset.getRowCount();
double space = 0.0;
PlotOrientation orientation = plot.getOrientation();
if (orientation == PlotOrientation.HORIZONTAL) {
  space = dataArea.getHeight();
}
else
  if (orientation == PlotOrientation.VERTICAL) {
    space = dataArea.getWidth();
  }
double maxWidth = space * getMaximumBarWidth();
double categoryMargin = 0.0;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None