CloneSet2073


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
12120
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYTextAnnotationTests.java
22122
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYTextAnnotationTests.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
120
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYTextAnnotationTests.java

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


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

// paint
GradientPaint  [[#variable1a116780]]= new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow);
 

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