CloneSet1740


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

// dial outline paint
plot1.setDialOutlinePaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.red));
assertFalse(plot1.equals(plot2));


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

plot2.setDialOutlinePaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.red));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1a046160]].setDialOutlinePaint(new GradientPaint(1.0F, 2.0F, Color.green, 3.0F, 4.0F, Color.red));
 [[#variable1a043dc0]](plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a046160]]
// dial outline paint
plot1 
12[[#1a046160]]
plot2 
21[[#1a043dc0]]
assertFalse 
22[[#1a043dc0]]
assertTrue