CloneSet1116


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4230.960statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14270
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryLabelPosition.java
24452
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryLabelPositions.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
270
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryLabelPosition.java

int result = 19;
result = 37 * result + this.categoryAnchor.hashCode();
result = 37 * result + this.labelAnchor.hashCode();
result = 37 * result + this.rotationAnchor.hashCode();


First
Previous
Clone Instance
2
Line Count
4
Source Line
452
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryLabelPositions.java

int result = 19;
result = 37 * result + this.positionForAxisAtTop.hashCode();
result = 37 * result + this.positionForAxisAtBottom.hashCode();
result = 37 * result + this.positionForAxisAtLeft.hashCode();


Clone AbstractionParameter Count: 3Parameter Bindings

int result = 19;
result = 37 * result + this. [[#variable18e989c0]].hashCode();
result = 37 * result + this. [[#variable18e994c0]].hashCode();
result = 37 * result + this. [[#variable18e994e0]].hashCode();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e989c0]]
categoryAnchor 
12[[#18e989c0]]
positionForAxisAtTop 
21[[#18e994c0]]
labelAnchor 
22[[#18e994c0]]
positionForAxisAtBottom 
31[[#18e994e0]]
rotationAnchor 
32[[#18e994e0]]
positionForAxisAtLeft