CloneSet2178


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7201.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17155
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYInterval.java
27120
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/YInterval.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
155
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/XYInterval.java

if (this.yLow != that.yLow) {
  return false;
}
if (this.yHigh != that.yHigh) {
  return false;
}
return true;


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

if (this.yLow != that.yLow) {
  return false;
}
if (this.yHigh != that.yHigh) {
  return false;
}
return true;


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.yLow != that.yLow) {
  return false;
}
if (this.yHigh != that.yHigh) {
  return false;
}
return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None