CloneSet31


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
73110.981statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17512
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
27520
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
37529
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
47537
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
57546
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
67555
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
77565
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
87573
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
97582
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
107591
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
117601
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
127610
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
137620
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
147630
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
157641
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
167649
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
177658
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
187667
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
197677
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
207686
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
217696
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
227706
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
237717
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
247726
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
257736
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
267746
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
277757
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
287767
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
297778
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
307789
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java
317801
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
512
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

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


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

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


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

size = container.arrange(g2, constraint);
assertEquals(10.0, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// TBLRC
// 00100 - left item only
container.clear();


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

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


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

size = container.arrange(g2, constraint);
assertEquals(10.0, size.width, EPSILON);
assertEquals(45.6, size.height, EPSILON);
// TBLRC
// 00110 - left and right items
container.clear();


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

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
565
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
573
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
582
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
591
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
601
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

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


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

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
620
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.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
630
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

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


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

size = container.arrange(g2, constraint);
assertEquals(10.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
649
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
658
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
667
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
677
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
686
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
696
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

size = container.arrange(g2, constraint);
assertEquals(10.0, 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
706
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

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


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

size = container.arrange(g2, constraint);
assertEquals(10.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
726
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

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


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

size = container.arrange(g2, constraint);
assertEquals(10.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
746
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BorderArrangementTests.java

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


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

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


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

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


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

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


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

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


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

size = container.arrange(g2, constraint);
assertEquals(10.0, size.width, EPSILON);
assertEquals(16.0, size.height, EPSILON);
// TBLRC
// 00000 - no items
container.clear();


Clone AbstractionParameter Count: 1Parameter Bindings

size = container.arrange(g2, constraint);
assertEquals(10.0, size.width, EPSILON);
assertEquals( [[#variable15042dc0]], size.height, EPSILON);
// TBLRC
// 00010 - right item only
// 00011 - right and center items
// 01010 - bottom and right only
// 10000 - top item only
// 11000 - top and bottom only
// 11010 - top, bottom and right
// 01000 - bottom item only
// 01001 - bottom and center only
// 00100 - left item only
// 01011 - bottom, right and center
// 01100
// 01101 - bottom, left and center
// 01110 - bottom. left and right
// 01111
// 00101 - left and center items
// 10001 - top and center only
// 10010 - right and top only
// 10011 - top, right and center
// 10100 - top and left only
// 10101 - top, left and center
// 10110 - top, left and right
// 10111
// 00110 - left and right items
// 11001
// 00111 - left, right and center items
// 11011
// 11100
// 11101
// 11110
// 11111 - all
// 00000 - no items
container.clear();
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#15042dc0]]
16.0 
12[[#15042dc0]]
45.6 
13[[#15042dc0]]
45.6 
14[[#15042dc0]]
45.6 
15[[#15042dc0]]
45.6 
16[[#15042dc0]]
45.6 
17[[#15042dc0]]
45.6 
18[[#15042dc0]]
45.6 
19[[#15042dc0]]
65.6 
110[[#15042dc0]]
65.6 
111[[#15042dc0]]
65.6 
112[[#15042dc0]]
65.6 
113[[#15042dc0]]
65.6 
114[[#15042dc0]]
65.6 
115[[#15042dc0]]
14.0 
116[[#15042dc0]]
45.6 
117[[#15042dc0]]
65.6 
118[[#15042dc0]]
65.6 
119[[#15042dc0]]
65.6 
120[[#15042dc0]]
65.6 
121[[#15042dc0]]
65.6 
122[[#15042dc0]]
65.6 
123[[#15042dc0]]
12.0 
124[[#15042dc0]]
65.6 
125[[#15042dc0]]
77.9 
126[[#15042dc0]]
77.9 
127[[#15042dc0]]
16.0 
128[[#15042dc0]]
77.9 
129[[#15042dc0]]
16.0 
130[[#15042dc0]]
14.0 
131[[#15042dc0]]
16.0