CloneSet2258


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
15146
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYInterval.java
25124
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/YWithXInterval.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
146
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYInterval.java

if (this.xLow != that.xLow) {
  return false;
}
if (this.xHigh != that.xHigh) {
  return false;
}


First
Previous
Clone Instance
2
Line Count
5
Source Line
124
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/YWithXInterval.java

if (this.xLow != that.xLow) {
  return false;
}
if (this.xHigh != that.xHigh) {
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.xLow != that.xLow) {
  return false;
}
if (this.xHigh != that.xHigh) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None