CloneSet1475


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

DefaultKeyedValues2D d = new DefaultKeyedValues2D();
d.addValue(new Double(1.0), "R1", "C1");
d.addValue(new Double(2.0), "R2", "C2");


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

DefaultKeyedValues2D d = new DefaultKeyedValues2D();
d.addValue(new Double(1.0), "R1", "C1");
d.addValue(new Double(2.0), "R2", "C2");


Clone AbstractionParameter Count: 0Parameter Bindings

DefaultKeyedValues2D d = new DefaultKeyedValues2D();
d.addValue(new Double(1.0), "R1", "C1");
d.addValue(new Double(2.0), "R2", "C2");
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None