CloneSet2076


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2210.975statement_sequence_member
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12112
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java
22114
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
112
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYPolygonAnnotationTests.java

GradientPaint gp1 = new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white);


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

GradientPaint gp2 = new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white);


Clone AbstractionParameter Count: 1Parameter Bindings

GradientPaint  [[#variable1a0f9ca0]]= new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white);
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0f9ca0]]
gp1 
12[[#1a0f9ca0]]
gp2