CloneSet2433


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5201.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15196
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartUtilities.java
25225
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartUtilities.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
196
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartUtilities.java

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


First
Previous
Clone Instance
2
Line Count
5
Source Line
225
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/ChartUtilities.java

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


Clone AbstractionParameter Count: 0Parameter Bindings

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

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None