CloneSet1434


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5401.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15160
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Day.java
25149
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Hour.java
35141
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Minute.java
45189
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Week.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
160
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Day.java

if (time == null) {
  throw new IllegalArgumentException("Null \'time\' argument.");
}
if (zone == null) {
  throw new IllegalArgumentException("Null \'zone\' argument.");
}


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

if (time == null) {
  throw new IllegalArgumentException("Null \'time\' argument.");
}
if (zone == null) {
  throw new IllegalArgumentException("Null \'zone\' argument.");
}


Next
Previous
Clone Instance
3
Line Count
5
Source Line
141
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/time/Minute.java

if (time == null) {
  throw new IllegalArgumentException("Null \'time\' argument.");
}
if (zone == null) {
  throw new IllegalArgumentException("Null \'zone\' argument.");
}


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

if (time == null) {
  throw new IllegalArgumentException("Null \'time\' argument.");
}
if (zone == null) {
  throw new IllegalArgumentException("Null \'zone\' argument.");
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (time == null) {
  throw new IllegalArgumentException("Null \'time\' argument.");
}
if (zone == null) {
  throw new IllegalArgumentException("Null \'zone\' argument.");
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None