CloneSet1569


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
2310.971executable_statement
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
12192
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialTextAnnotationTests.java
22111
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/title/junit/TextTitleTests.java
32114
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/title/junit/TextTitleTests.java
Next
Last
Clone Instance
1
Line Count
2
Source Line
192
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/DialTextAnnotationTests.java

a1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));


Next
Previous
Clone Instance
2
Line Count
2
Source Line
111
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/title/junit/TextTitleTests.java

// paint
t1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));


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

t2.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable18fd3100]].setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fd3100]]
a1 
12[[#18fd3100]]
// paint
t1 
13[[#18fd3100]]
t2