CloneSet1671


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
4301.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
14449
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java
24340
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialPointer.java
34295
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialFrame.java
Next
Last
Clone Instance
1
Line Count
4
Source Line
449
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/ArcDialFrame.java

if ( !this.stroke.equals(that.stroke)) {
  return false;
}
return super.equals(obj);


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

if ( !this.stroke.equals(that.stroke)) {
  return false;
}
return super.equals(obj);


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

if ( !this.stroke.equals(that.stroke)) {
  return false;
}
return super.equals(obj);


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !this.stroke.equals(that.stroke)) {
  return false;
}
return super.equals(obj);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None