CloneSet2201


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
12157
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ThermometerPlotTests.java
22160
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
157
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/ThermometerPlotTests.java

// mercuryPaint
p1.setMercuryPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));


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

p2.setMercuryPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));


Clone AbstractionParameter Count: 1Parameter Bindings

 [[#variable1a14f180]].setMercuryPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));
 

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