CloneSet2003


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15604
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java
25441
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer2.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
604
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/xy/XYAreaRenderer.java

if (this.showOutline != that.showOutline) {
  return false;
}
if ( !ShapeUtilities.equal(this.legendArea, that.legendArea)) {
  return false;
}


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

if (this.showOutline != that.showOutline) {
  return false;
}
if ( !ShapeUtilities.equal(this.legendArea, that.legendArea)) {
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.showOutline != that.showOutline) {
  return false;
}
if ( !ShapeUtilities.equal(this.legendArea, that.legendArea)) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None