CloneSet1031


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7410.976statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17116
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/category/junit/DefaultCategoryDatasetTests.java
27229
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValues2DTests.java
37244
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValues2DTests.java
47119
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/statistics/junit/DefaultMultiValueCategoryDatasetTests.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
116
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/category/junit/DefaultCategoryDatasetTests.java

try {
  /* Number n =*/
  d.getValue(0, 0);
}
catch (IndexOutOfBoundsException
       e) {
  pass = true;
}
assertTrue(pass);


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

try {
  d.getValue(0, 0);
}
catch (IndexOutOfBoundsException
       e) {
  pass = true;
}
assertTrue(pass);


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

try {
  d.getValue(2, 0);
}
catch (IndexOutOfBoundsException
       e) {
  pass = true;
}
assertTrue(pass);


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

try {
  /* Number n =*/
  d.getValue(0, 0);
}
catch (IndexOutOfBoundsException
       e) {
  pass = true;
}
assertTrue(pass);


Clone AbstractionParameter Count: 1Parameter Bindings

try {
  /* Number n =*/
  d.getValue( [[#variable18e43620]], 0);
}
catch (IndexOutOfBoundsException
       e) {
  pass = true;
}
assertTrue(pass);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e43620]]
0 
12[[#18e43620]]
0 
13[[#18e43620]]
2 
14[[#18e43620]]
0