CloneSet1653


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.960statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
153328
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java
26661
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendGraphic.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
3328
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/AbstractRenderer.java

if ( !PaintUtilities.equal(this.fillPaint, that.fillPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.fillPaintList, that.fillPaintList)) {
  return false;
}


First
Previous
Clone Instance
2
Line Count
6
Source Line
661
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/title/LegendGraphic.java

if ( !PaintUtilities.equal(this.fillPaint, that.fillPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.fillPaintTransformer, that.fillPaintTransformer)) {
  return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !PaintUtilities.equal(this.fillPaint, that.fillPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this. [[#variable1a00b5a0]], that. [[#variable1a00b5a0]])) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a00b5a0]]
fillPaintList 
12[[#1a00b5a0]]
fillPaintTransformer