CloneSet1082


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
9230.962statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
19259
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValues2DTests.java
29286
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValues2DTests.java
Next
Last
Clone Instance
1
Line Count
9
Source Line
259
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValues2DTests.java

try {
  d.getRowKey(0);
}
catch (IndexOutOfBoundsException
       e) {
  pass = true;
}
assertTrue(pass);
d.addValue(new Double(1.0), "R1", "C1");
d.addValue(new Double(1.0), "R2", "C1");


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

try {
  d.getColumnKey(0);
}
catch (IndexOutOfBoundsException
       e) {
  pass = true;
}
assertTrue(pass);
d.addValue(new Double(1.0), "R1", "C1");
d.addValue(new Double(1.0), "R1", "C2");


Clone AbstractionParameter Count: 3Parameter Bindings

try {
  d. [[#variable18e86ba0]](0);
}
catch (IndexOutOfBoundsException
       e) {
  pass = true;
}
assertTrue(pass);
d.addValue(new Double(1.0), "R1", "C1");
d.addValue(new Double(1.0),  [[#variable18e86b40]],  [[#variable18e863e0]]);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e86ba0]]
getRowKey 
12[[#18e86ba0]]
getColumnKey 
21[[#18e86b40]]
"R2" 
22[[#18e86b40]]
"R1" 
31[[#18e863e0]]
"C1" 
32[[#18e863e0]]
"C2"