CloneSet2263


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
15446
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimePeriodValuesCollection.java
25557
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimeTableXYDataset.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
446
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/TimePeriodValuesCollection.java

if (this.domainIsPointsInTime != that.domainIsPointsInTime) {
  return false;
}
if (this.xPosition != that.xPosition) {
  return false;
}


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

if (this.domainIsPointsInTime != that.domainIsPointsInTime) {
  return false;
}
if (this.xPosition != that.xPosition) {
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.domainIsPointsInTime != that.domainIsPointsInTime) {
  return false;
}
if (this.xPosition != that.xPosition) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None