CloneSet1086


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8301.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18238
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYBoxAnnotation.java
28291
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYPolygonAnnotation.java
38241
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYShapeAnnotation.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
238
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYBoxAnnotation.java

if ( !PaintUtilities.equal(this.outlinePaint, that.outlinePaint)) {
  return false;
}
if ( !PaintUtilities.equal(this.fillPaint, that.fillPaint)) {
  return false;
}
// seem to be the same
return true;


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

if ( !PaintUtilities.equal(this.outlinePaint, that.outlinePaint)) {
  return false;
}
if ( !PaintUtilities.equal(this.fillPaint, that.fillPaint)) {
  return false;
}
// seem to be the same
return true;


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

if ( !PaintUtilities.equal(this.outlinePaint, that.outlinePaint)) {
  return false;
}
if ( !PaintUtilities.equal(this.fillPaint, that.fillPaint)) {
  return false;
}
// seem to be the same
return true;


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !PaintUtilities.equal(this.outlinePaint, that.outlinePaint)) {
  return false;
}
if ( !PaintUtilities.equal(this.fillPaint, that.fillPaint)) {
  return false;
}
// seem to be the same
return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None