CloneSet520


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3620.957statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13377
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryLineAnnotation.java
24472
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java
33228
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialBackground.java
44293
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialCap.java
54654
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java
64312
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialFrame.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
377
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/CategoryLineAnnotation.java

result = 37 * result + HashUtilities.hashCodeForPaint(this.paint);
result = 37 * result + this.stroke.hashCode();
return result;


Next
Previous
Clone Instance
2
Line Count
4
Source Line
472
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java

result = 37 * result + HashUtilities.hashCodeForPaint(this.foregroundPaint);
result = 37 * result + this.stroke.hashCode();
return result;


Next
Previous
Clone Instance
3
Line Count
3
Source Line
228
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialBackground.java

result = 37 * result + HashUtilities.hashCodeForPaint(this.paint);
result = 37 * result + this.gradientPaintTransformer.hashCode();
return result;


Next
Previous
Clone Instance
4
Line Count
4
Source Line
293
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialCap.java

result = 37 * result + HashUtilities.hashCodeForPaint(this.outlinePaint);
result = 37 * result + this.outlineStroke.hashCode();
return result;


Next
Previous
Clone Instance
5
Line Count
4
Source Line
654
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java

result = 37 * result + HashUtilities.hashCodeForPaint(this.outlinePaint);
result = 37 * result + this.outlineStroke.hashCode();
return result;


First
Previous
Clone Instance
6
Line Count
4
Source Line
312
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialFrame.java

result = 37 * result + HashUtilities.hashCodeForPaint(this.foregroundPaint);
result = 37 * result + this.stroke.hashCode();
return result;


Clone AbstractionParameter Count: 2Parameter Bindings

result = 37 * result + HashUtilities.hashCodeForPaint(this. [[#variable18c0e000]]);
result = 37 * result + this. [[#variable18c0f060]].hashCode();
return result;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c0e000]]
paint 
12[[#18c0e000]]
foregroundPaint 
13[[#18c0e000]]
paint 
14[[#18c0e000]]
outlinePaint 
15[[#18c0e000]]
outlinePaint 
16[[#18c0e000]]
foregroundPaint 
21[[#18c0f060]]
stroke 
22[[#18c0f060]]
stroke 
23[[#18c0f060]]
gradientPaintTransformer 
24[[#18c0f060]]
outlineStroke 
25[[#18c0f060]]
outlineStroke 
26[[#18c0f060]]
stroke