CloneSet1586


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17355
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryLineAnnotation.java
28237
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYLineAnnotation.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
355
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryLineAnnotation.java

if ( !PaintUtilities.equal(this.paint, that.paint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.stroke, that.stroke)) {
  return false;
}
return true;


First
Previous
Clone Instance
2
Line Count
8
Source Line
237
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYLineAnnotation.java

if ( !PaintUtilities.equal(this.paint, that.paint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.stroke, that.stroke)) {
  return false;
}
// seems to be the same...
return true;


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !PaintUtilities.equal(this.paint, that.paint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.stroke, that.stroke)) {
  return false;
}
// seems to be the same...
return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None