CloneSet1778


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

if (values == null) {
  throw new IllegalArgumentException("Null \'values\' argument.");
}
double result = Double.NaN;
int count = values.size();


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

if (values == null) {
  throw new IllegalArgumentException("Null \'values\' argument.");
}
double result = Double.NaN;
int count = values.size();


Clone AbstractionParameter Count: 0Parameter Bindings

if (values == null) {
  throw new IllegalArgumentException("Null \'values\' argument.");
}
double result = Double.NaN;
int count = values.size();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None