CloneSet501


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6310.979statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
16118
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/MeterPlotTests.java
26111
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PlotTests.java
36100
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PolarPlotTests.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
118
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.red, 3.0F, 4.0F, Color.blue));
assertFalse(plot1.equals(plot2));
plot2.setDialOutlinePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));
assertTrue(plot1.equals(plot2));


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

// noDataMessagePaint
plot1.setNoDataMessagePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));
assertFalse(plot1.equals(plot2));
plot2.setNoDataMessagePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));
assertTrue(plot1.equals(plot2));


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

plot1.setAngleGridlinePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));
assertFalse(plot1.equals(plot2));
plot2.setAngleGridlinePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 1Parameter Bindings

// noDataMessagePaint
// dial outline paint
plot1. [[#variable18c01a20]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));
assertFalse(plot1.equals(plot2));
plot2. [[#variable18c01a20]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.blue));
assertTrue(plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c01a20]]
setDialOutlinePaint 
12[[#18c01a20]]
setNoDataMessagePaint 
13[[#18c01a20]]
setAngleGridlinePaint