CloneSet1936


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2220.953executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12116
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java
22119
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
116
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java

a1 = new XYPolygonAnnotation(new double[] {
                                            99.0,
                                            2.0,
                                            3.0,
                                            4.0,
                                            5.0,
                                            6.0
                                          }, stroke2, gp1, Color.blue);


First
Previous
Clone Instance
2
Line Count
2
Source Line
119
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java

a2 = new XYPolygonAnnotation(new double[] {
                                            99.0,
                                            2.0,
                                            3.0,
                                            4.0,
                                            5.0,
                                            6.0
                                          }, stroke2, gp2, Color.blue);


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1a0b4e60]]= new XYPolygonAnnotation(new double[] {
                                                               99.0,
                                                               2.0,
                                                               3.0,
                                                               4.0,
                                                               5.0,
                                                               6.0
                                                             }, stroke2,  [[#variable1a0b4da0]], Color.blue);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0b4e60]]
a1 
12[[#1a0b4e60]]
a2 
21[[#1a0b4da0]]
gp1 
22[[#1a0b4da0]]
gp2