CloneSet972


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3310.982statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13345
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValuesTests.java
23467
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValuesTests.java
33500
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValuesTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
345
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/junit/DefaultKeyedValuesTests.java

assertEquals(data.getValue(1), new Double(2.0));
assertEquals(data.getValue(2), new Double(3.0));
assertEquals(data.getValue(3), null);


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

assertEquals(data.getValue(1), new Double(2.0));
assertEquals(data.getValue(2), new Double(3.0));
assertEquals(data.getValue(3), null);


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

assertEquals(data.getValue(1), new Double(2.0));
assertEquals(data.getValue(2), new Double(1.0));
assertEquals(data.getValue(3), null);


Clone AbstractionParameter Count: 1Parameter Bindings

assertEquals(data.getValue(1), new Double(2.0));
assertEquals(data.getValue(2), new Double( [[#variable18e1d1c0]]));
assertEquals(data.getValue(3), null);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e1d1c0]]
3.0 
12[[#18e1d1c0]]
3.0 
13[[#18e1d1c0]]
1.0