CloneSet828


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

// dial background paint
plot1.setDialBackgroundPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));
assertFalse(plot1.equals(plot2));
plot2.setDialBackgroundPaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));
assertTrue(plot1.equals(plot2));


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

// needle paint
plot1.setNeedlePaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));
assertFalse(plot1.equals(plot2));
plot2.setNeedlePaint(new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 1Parameter Bindings

// needle paint
// dial background paint
plot1. [[#variable18d90aa0]](new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));
assertFalse(plot1.equals(plot2));
plot2. [[#variable18d90aa0]](new GradientPaint(9.0F, 8.0F, Color.red, 7.0F, 6.0F, Color.blue));
assertTrue(plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d90aa0]]
setDialBackgroundPaint 
12[[#18d90aa0]]
setNeedlePaint