CloneSet1134


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
114592
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java
213336
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/StandardXYItemRenderer.java
Next
Last
Clone Instance
1
Line Count
14
Source Line
592
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/category/LineAndShapeRenderer.java

{
  // return the overall setting, if there is one...
  if (this.shapesFilled != null) {
    return this.shapesFilled.booleanValue();
  }
  // otherwise look up the paint table
  Boolean flag = this.seriesShapesFilled.getBoolean(series);
  if (flag != null) {
    return flag.booleanValue();
  }
  else {
    return this.baseShapesFilled;
  }
}


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

{
  // return the overall setting, if there is one...
  if (this.shapesFilled != null) {
    return this.shapesFilled.booleanValue();
  }
  // otherwise look up the paint table
  Boolean flag = this.seriesShapesFilled.getBoolean(series);
  if (flag != null) {
    return flag.booleanValue();
  }
  else {
    return this.baseShapesFilled;
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{
  // return the overall setting, if there is one...
  if (this.shapesFilled != null) {
    return this.shapesFilled.booleanValue();
  }
  // otherwise look up the paint table
  Boolean flag = this.seriesShapesFilled.getBoolean(series);
  if (flag != null) {
    return flag.booleanValue();
  }
  else {
    return this.baseShapesFilled;
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None