CloneSet1141


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10320.959statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110404
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultIntervalXYDataset.java
210251
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYDataset.java
310296
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYZDataset.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
404
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultIntervalXYDataset.java

if (seriesKey == null) {
  throw new IllegalArgumentException("The \'seriesKey\' cannot be null.");
}
if (data == null) {
  throw new IllegalArgumentException("The \'data\' is null.");
}
if (data.length != 6) {
  throw new IllegalArgumentException("The \'data\' array must have length == 6.");
}


Next
Previous
Clone Instance
2
Line Count
10
Source Line
251
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYDataset.java

if (seriesKey == null) {
  throw new IllegalArgumentException("The \'seriesKey\' cannot be null.");
}
if (data == null) {
  throw new IllegalArgumentException("The \'data\' is null.");
}
if (data.length != 2) {
  throw new IllegalArgumentException("The \'data\' array must have length == 2.");
}


First
Previous
Clone Instance
3
Line Count
10
Source Line
296
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/xy/DefaultXYZDataset.java

if (seriesKey == null) {
  throw new IllegalArgumentException("The \'seriesKey\' cannot be null.");
}
if (data == null) {
  throw new IllegalArgumentException("The \'data\' is null.");
}
if (data.length != 3) {
  throw new IllegalArgumentException("The \'data\' array must have length == 3.");
}


Clone AbstractionParameter Count: 2Parameter Bindings

if (seriesKey == null) {
  throw new IllegalArgumentException("The \'seriesKey\' cannot be null.");
}
if (data == null) {
  throw new IllegalArgumentException("The \'data\' is null.");
}
if (data.length != [[#variable18eab7a0]]) {
  throw new IllegalArgumentException( [[#variable18eaa9a0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18eab7a0]]
6 
12[[#18eab7a0]]
2 
13[[#18eab7a0]]
3 
21[[#18eaa9a0]]
"The \'data\' array must have length == 6." 
22[[#18eaa9a0]]
"The \'data\' array must have length == 2." 
23[[#18eaa9a0]]
"The \'data\' array must have length == 3."