CloneSet1120


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
13201.000statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
113303
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Millisecond.java
213328
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Second.java
Next
Last
Clone Instance
1
Line Count
13
Source Line
303
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Millisecond.java

if (this.second != that.second) {
  return false;
}
if (this.minute != that.minute) {
  return false;
}
if (this.hour != that.hour) {
  return false;
}
if ( !this.day.equals(that.day)) {
  return false;
}
return true;


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

if (this.second != that.second) {
  return false;
}
if (this.minute != that.minute) {
  return false;
}
if (this.hour != that.hour) {
  return false;
}
if ( !this.day.equals(that.day)) {
  return false;
}
return true;


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.second != that.second) {
  return false;
}
if (this.minute != that.minute) {
  return false;
}
if (this.hour != that.hour) {
  return false;
}
if ( !this.day.equals(that.day)) {
  return false;
}
return true;
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None