CloneSet2104


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15249
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryLabelPosition.java
25185
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/ItemLabelPosition.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
249
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CategoryLabelPosition.java

if ( !this.rotationAnchor.equals(that.rotationAnchor)) {
  return false;
}
if (this.angle != that.angle) {
  return false;
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
185
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/labels/ItemLabelPosition.java

if ( !this.rotationAnchor.equals(that.rotationAnchor)) {
  return false;
}
if (this.angle != that.angle) {
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !this.rotationAnchor.equals(that.rotationAnchor)) {
  return false;
}
if (this.angle != that.angle) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None