CloneSet39


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
73020.960statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17175
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
27183
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
36192
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
47210
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
56219
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
67238
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
77248
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
87256
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
97265
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
107274
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
117284
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
127293
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
137303
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
147313
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
157324
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
167332
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
177341
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
187350
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
197360
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
207369
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
217379
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
227389
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
237400
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
247409
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
257419
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
267429
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
277440
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
287450
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
297461
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
307472
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
175
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(123.4, size.width, EPSILON);
assertEquals(567.8, size.height, EPSILON);
// TBLRC
// 00010 - right item only
container.clear();


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

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// TBLRC
// 00011 - right and center items
container.clear();


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

size = container.arrange(g2);
assertEquals(22.3, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// try case where right item is shorter than center item
container.clear();


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

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// TBLRC
// 00101 - left and center items
container.clear();


Next
Previous
Clone Instance
5
Line Count
6
Source Line
219
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(22.3, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// try case where left item is shorter than center item
container.clear();


Next
Previous
Clone Instance
6
Line Count
7
Source Line
238
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(22.3, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// TBLRC
// 00111 - left, right and center items
container.clear();


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

size = container.arrange(g2);
assertEquals(27.7, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// TBLRC
// 01000 - bottom item only
container.clear();


Next
Previous
Clone Instance
8
Line Count
7
Source Line
256
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// TBLRC
// 01001 - bottom and center only
container.clear();


Next
Previous
Clone Instance
9
Line Count
7
Source Line
265
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 01010 - bottom and right only
container.clear();


Next
Previous
Clone Instance
10
Line Count
7
Source Line
274
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 01011 - bottom, right and center
container.clear();


Next
Previous
Clone Instance
11
Line Count
7
Source Line
284
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(31.0, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 01100
container.clear();


Next
Previous
Clone Instance
12
Line Count
7
Source Line
293
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 01101 - bottom, left and center
container.clear();


Next
Previous
Clone Instance
13
Line Count
7
Source Line
303
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(31.0, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 01110 - bottom. left and right
container.clear();


Next
Previous
Clone Instance
14
Line Count
7
Source Line
313
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(31.0, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 01111
container.clear();


Next
Previous
Clone Instance
15
Line Count
7
Source Line
324
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(21.0, size.width, EPSILON);
assertEquals(14.0, size.height, EPSILON);
// TBLRC
// 10000 - top item only
container.clear();


Next
Previous
Clone Instance
16
Line Count
7
Source Line
332
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// TBLRC
// 10001 - top and center only
container.clear();


Next
Previous
Clone Instance
17
Line Count
7
Source Line
341
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 10010 - right and top only
container.clear();


Next
Previous
Clone Instance
18
Line Count
7
Source Line
350
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 10011 - top, right and center
container.clear();


Next
Previous
Clone Instance
19
Line Count
7
Source Line
360
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(33.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 10100 - top and left only
container.clear();


Next
Previous
Clone Instance
20
Line Count
7
Source Line
369
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 10101 - top, left and center
container.clear();


Next
Previous
Clone Instance
21
Line Count
7
Source Line
379
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(33.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 10110 - top, left and right
container.clear();


Next
Previous
Clone Instance
22
Line Count
7
Source Line
389
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(33.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 10111
container.clear();


Next
Previous
Clone Instance
23
Line Count
7
Source Line
400
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(21.0, size.width, EPSILON);
assertEquals(12.0, size.height, EPSILON);
// TBLRC
// 11000 - top and bottom only
container.clear();


Next
Previous
Clone Instance
24
Line Count
7
Source Line
409
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.3, size.width, EPSILON);
assertEquals(65.6, size.height, EPSILON);
// TBLRC
// 11001
container.clear();


Next
Previous
Clone Instance
25
Line Count
7
Source Line
419
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(21.0, size.width, EPSILON);
assertEquals(77.9, size.height, EPSILON);
// TBLRC
// 11010 - top, bottom and right
container.clear();


Next
Previous
Clone Instance
26
Line Count
7
Source Line
429
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(21.0, size.width, EPSILON);
assertEquals(77.9, size.height, EPSILON);
// TBLRC
// 11011
container.clear();


Next
Previous
Clone Instance
27
Line Count
7
Source Line
440
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(16.0, size.width, EPSILON);
assertEquals(16.0, size.height, EPSILON);
// TBLRC
// 11100
container.clear();


Next
Previous
Clone Instance
28
Line Count
7
Source Line
450
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(21.0, size.width, EPSILON);
assertEquals(77.9, size.height, EPSILON);
// TBLRC
// 11101
container.clear();


Next
Previous
Clone Instance
29
Line Count
7
Source Line
461
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(14.0, size.width, EPSILON);
assertEquals(16.0, size.height, EPSILON);
// TBLRC
// 11110
container.clear();


First
Previous
Clone Instance
30
Line Count
7
Source Line
472
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2);
assertEquals(12.0, size.width, EPSILON);
assertEquals(14.0, size.height, EPSILON);
// TBLRC
// 11111 - all
container.clear();


Clone AbstractionParameter Count: 2Parameter Bindings

size = container.arrange(g2);
assertEquals( [[#variable1646f8a0]], size.width, EPSILON);
assertEquals( [[#variable10b0d720]], size.height, EPSILON);
// TBLRC
// 00010 - right item only
// 00011 - right and center items
// try case where right item is shorter than center item
// 01000 - bottom item only
// 01010 - bottom and right only
// 01100
// 10000 - top item only
// 10100 - top and left only
// 11000 - top and bottom only
// 11010 - top, bottom and right
// 11100
// 11110
// 11111 - all
// 01111
// 00101 - left and center items
// 10001 - top and center only
// 10010 - right and top only
// 10011 - top, right and center
// 01001 - bottom and center only
// 10101 - top, left and center
// 10110 - top, left and right
// 10111
// try case where left item is shorter than center item
// 11001
// 01011 - bottom, right and center
// 11011
// 00111 - left, right and center items
// 11101
// 01101 - bottom, left and center
// 01110 - bottom. left and right
container.clear();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1646f8a0]]
123.4 
12[[#1646f8a0]]
12.3 
13[[#1646f8a0]]
22.3 
14[[#1646f8a0]]
12.3 
15[[#1646f8a0]]
22.3 
16[[#1646f8a0]]
22.3 
17[[#1646f8a0]]
27.7 
18[[#1646f8a0]]
12.3 
19[[#1646f8a0]]
12.3 
110[[#1646f8a0]]
12.3 
111[[#1646f8a0]]
31.0 
112[[#1646f8a0]]
12.3 
113[[#1646f8a0]]
31.0 
114[[#1646f8a0]]
31.0 
115[[#1646f8a0]]
21.0 
116[[#1646f8a0]]
12.3 
117[[#1646f8a0]]
12.3 
118[[#1646f8a0]]
12.3 
119[[#1646f8a0]]
33.3 
120[[#1646f8a0]]
12.3 
121[[#1646f8a0]]
33.3 
122[[#1646f8a0]]
33.3 
123[[#1646f8a0]]
21.0 
124[[#1646f8a0]]
12.3 
125[[#1646f8a0]]
21.0 
126[[#1646f8a0]]
21.0 
127[[#1646f8a0]]
16.0 
128[[#1646f8a0]]
21.0 
129[[#1646f8a0]]
14.0 
130[[#1646f8a0]]
12.0 
21[[#10b0d720]]
567.8 
22[[#10b0d720]]
45.6 
23[[#10b0d720]]
45.6 
24[[#10b0d720]]
45.6 
25[[#10b0d720]]
45.6 
26[[#10b0d720]]
45.6 
27[[#10b0d720]]
45.6 
28[[#10b0d720]]
45.6 
29[[#10b0d720]]
65.6 
210[[#10b0d720]]
65.6 
211[[#10b0d720]]
65.6 
212[[#10b0d720]]
65.6 
213[[#10b0d720]]
65.6 
214[[#10b0d720]]
65.6 
215[[#10b0d720]]
14.0 
216[[#10b0d720]]
45.6 
217[[#10b0d720]]
65.6 
218[[#10b0d720]]
65.6 
219[[#10b0d720]]
65.6 
220[[#10b0d720]]
65.6 
221[[#10b0d720]]
65.6 
222[[#10b0d720]]
65.6 
223[[#10b0d720]]
12.0 
224[[#10b0d720]]
65.6 
225[[#10b0d720]]
77.9 
226[[#10b0d720]]
77.9 
227[[#10b0d720]]
16.0 
228[[#10b0d720]]
77.9 
229[[#10b0d720]]
16.0 
230[[#10b0d720]]
14.0