CloneSet433


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3801.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13154
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/AbstractBlockTests.java
23124
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/ColorBlockTests.java
33112
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/EmptyBlockTests.java
43140
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/LabelBlockTests.java
53140
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialBackgroundTests.java
63157
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialBackgroundTests.java
73108
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/statistics/junit/HistogramBinTests.java
83171
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/data/statistics/junit/SimpleHistogramBinTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
154
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/AbstractBlockTests.java

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));


Next
Previous
Clone Instance
2
Line Count
3
Source Line
124
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/ColorBlockTests.java

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));


Next
Previous
Clone Instance
3
Line Count
3
Source Line
112
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/EmptyBlockTests.java

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));


Next
Previous
Clone Instance
4
Line Count
3
Source Line
140
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/LabelBlockTests.java

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));


Next
Previous
Clone Instance
5
Line Count
3
Source Line
140
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialBackgroundTests.java

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));


Next
Previous
Clone Instance
6
Line Count
3
Source Line
157
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialBackgroundTests.java

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));


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

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));


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

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));


Clone AbstractionParameter Count: 0Parameter Bindings

assertTrue(b1 != b2);
assertTrue(b1.getClass() == b2.getClass());
assertTrue(b1.equals(b2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None