CloneSet1615


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.961statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
18437
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java
28887
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialScale.java
Next
Last
Clone Instance
1
Line Count
8
Source Line
437
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java

if (this.startAngle != that.startAngle) {
  return false;
}
if (this.extent != that.extent) {
  return false;
}
if (this.innerRadius != that.innerRadius) {
  return false;
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
887
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialScale.java

if (this.startAngle != that.startAngle) {
  return false;
}
if (this.extent != that.extent) {
  return false;
}
if (this.tickRadius != that.tickRadius) {
  return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.startAngle != that.startAngle) {
  return false;
}
if (this.extent != that.extent) {
  return false;
}
if (this. [[#variable18ff8a60]]!= that. [[#variable18ff8a60]]) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ff8a60]]
innerRadius 
12[[#18ff8a60]]
tickRadius