CloneSet53


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
33001.000statement_sequence[3]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13121
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/experimental/org/jfree/experimental/chart/annotations/junit/XYTitleAnnotationTests.java
23145
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/CategoryLineAnnotationTests.java
33170
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/CategoryPointerAnnotationTests.java
43127
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/CategoryTextAnnotationTests.java
53135
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/TextAnnotationTests.java
63154
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYBoxAnnotationTests.java
73175
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYDrawableAnnotationTests.java
83103
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYImageAnnotationTests.java
93144
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYLineAnnotationTests.java
103173
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPointerAnnotationTests.java
113145
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java
123161
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYShapeAnnotationTests.java
133155
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYTextAnnotationTests.java
14398
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/AxisLocationTests.java
153239
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/AxisTests.java
16398
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryAnchorTests.java
173165
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryAxisTests.java
183177
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryLabelPositionTests.java
19398
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryLabelWidthTypeTests.java
203160
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CyclicNumberAxisTests.java
213177
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateAxisTests.java
223102
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateTickMarkPositionTests.java
233114
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ExtendedCategoryAxisTests.java
243138
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/LogAxisTests.java
253127
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MarkerAxisBandTests.java
263118
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ModuloAxisTests.java
273164
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/NumberAxisTests.java
283183
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/PeriodAxisTests.java
293119
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/SubCategoryAxisTests.java
303135
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialTextAnnotationTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
121
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/experimental/org/jfree/experimental/chart/annotations/junit/XYTitleAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


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

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


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

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


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

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
5
Line Count
3
Source Line
135
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/TextAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
6
Line Count
3
Source Line
154
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYBoxAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
7
Line Count
3
Source Line
175
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYDrawableAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
8
Line Count
3
Source Line
103
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYImageAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
9
Line Count
3
Source Line
144
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYLineAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
10
Line Count
3
Source Line
173
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPointerAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
11
Line Count
3
Source Line
145
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
12
Line Count
3
Source Line
161
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYShapeAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
13
Line Count
3
Source Line
155
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYTextAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
14
Line Count
3
Source Line
98
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/AxisLocationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
15
Line Count
3
Source Line
239
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/AxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
16
Line Count
3
Source Line
98
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryAnchorTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
17
Line Count
3
Source Line
165
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
18
Line Count
3
Source Line
177
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryLabelPositionTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
19
Line Count
3
Source Line
98
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CategoryLabelWidthTypeTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
20
Line Count
3
Source Line
160
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/CyclicNumberAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
21
Line Count
3
Source Line
177
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
22
Line Count
3
Source Line
102
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/DateTickMarkPositionTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
23
Line Count
3
Source Line
114
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ExtendedCategoryAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
24
Line Count
3
Source Line
138
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/LogAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
25
Line Count
3
Source Line
127
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/MarkerAxisBandTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
26
Line Count
3
Source Line
118
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/ModuloAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
27
Line Count
3
Source Line
164
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/NumberAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
28
Line Count
3
Source Line
183
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/PeriodAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Next
Previous
Clone Instance
29
Line Count
3
Source Line
119
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/axis/junit/SubCategoryAxisTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


First
Previous
Clone Instance
30
Line Count
3
Source Line
135
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialTextAnnotationTests.java

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);


Clone AbstractionParameter Count: 0Parameter Bindings

int h1 = a1.hashCode();
int h2 = a2.hashCode();
assertEquals(h1, h2);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None