CloneSet1121


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
13100
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryTickTests.java
23142
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryTickTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
100
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryTickTests.java

CategoryTick t1 = new CategoryTick(c1, tb1, tba1, ta1, 1.0F);
CategoryTick t2 = new CategoryTick(c1, tb1, tba1, ta1, 1.0F);
assertTrue(t1.equals(t2));


First
Previous
Clone Instance
2
Line Count
3
Source Line
142
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryTickTests.java

CategoryTick t1 = new CategoryTick(c1, tb1, tba1, ta1, 1.0F);
CategoryTick t2 = new CategoryTick(c1, tb1, tba1, ta1, 1.0F);
assertTrue(t1.equals(t2));


Clone AbstractionParameter Count: 0Parameter Bindings

CategoryTick t1 = new CategoryTick(c1, tb1, tba1, ta1, 1.0F);
CategoryTick t2 = new CategoryTick(c1, tb1, tba1, ta1, 1.0F);
assertTrue(t1.equals(t2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None