CloneSet2160


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7210.973statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17637
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java
27233
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/XYSeriesCollectionTests.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
637
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/gantt/junit/TaskSeriesCollectionTests.java

try {
  c.getSeries(null);
}
catch (NullPointerException
       e) {
  pass = true;
}
assertTrue(pass);


First
Previous
Clone Instance
2
Line Count
7
Source Line
233
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/xy/junit/XYSeriesCollectionTests.java

try {
  c.getSeries(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  c.getSeries(null);
}
catch ( [[#variable1a139d40]]
       e) {
  pass = true;
}
assertTrue(pass);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a139d40]]
NullPointerException 
12[[#1a139d40]]
IllegalArgumentException