CloneSet1138


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7410.973statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17195
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/category/junit/CategoryToPieDatasetTests.java
27148
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/general/junit/DefaultPieDatasetTests.java
37226
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValuesTests.java
47304
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/KeyedObjectsTests.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
195
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/category/junit/CategoryToPieDatasetTests.java

try {
  d1.getIndex(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);


Next
Previous
Clone Instance
2
Line Count
7
Source Line
148
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/general/junit/DefaultPieDatasetTests.java

try {
  d.getIndex(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);


Next
Previous
Clone Instance
3
Line Count
7
Source Line
226
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValuesTests.java

try {
  v2.getIndex(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);


First
Previous
Clone Instance
4
Line Count
7
Source Line
304
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/KeyedObjectsTests.java

try {
  ko1.getIndex(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);


Clone AbstractionParameter Count: 1Parameter Bindings

try {
   [[#variable18ea9680]].getIndex(null);
}
catch (IllegalArgumentException
       e) {
  pass = true;
}
assertTrue(pass);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ea9680]]
d1 
12[[#18ea9680]]
d 
13[[#18ea9680]]
v2 
14[[#18ea9680]]
ko1