CloneSet2200


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

// valuePaint
p1.setValuePaint(new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.white));


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

p2.setValuePaint(new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.white));


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable1a14ea40]].setValuePaint(new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.white));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a14ea40]]
// valuePaint
p1 
12[[#1a14ea40]]
p2