CloneSet1571


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
8210.981statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19337
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Statistics.java
28368
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Statistics.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
337
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Statistics.java

if (xData == null) {
  throw new IllegalArgumentException("Null \'xData\' argument.");
}
if (yData == null) {
  throw new IllegalArgumentException("Null \'yData\' argument.");
}
if (xData.length != yData.length) {
  throw new IllegalArgumentException("Statistics.getLinearFit(): array lengths must be equal.");
}


First
Previous
Clone Instance
2
Line Count
8
Source Line
368
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/Statistics.java

if (xData == null) {
  throw new IllegalArgumentException("Null \'xData\' argument.");
}
if (yData == null) {
  throw new IllegalArgumentException("Null \'yData\' argument.");
}
if (xData.length != yData.length) {
  throw new IllegalArgumentException("Array lengths must be equal.");
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (xData == null) {
  throw new IllegalArgumentException("Null \'xData\' argument.");
}
if (yData == null) {
  throw new IllegalArgumentException("Null \'yData\' argument.");
}
if (xData.length != yData.length) {
  throw new IllegalArgumentException( [[#variable18fe62a0]]);
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fe62a0]]
"Statistics.getLinearFit(): array lengths must be equal." 
12[[#18fe62a0]]
"Array lengths must be equal."