CloneSet826


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
16119
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CompassPlotTests.java
2696
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/FastScatterPlotTests.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
119
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CompassPlotTests.java

// roseCenterPaint
plot1.setRoseCenterPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertFalse(plot1.equals(plot2));
plot2.setRoseCenterPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertTrue(plot1.equals(plot2));


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

// roseCenterPaint
plot1. [[#variable18d8c4c0]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertFalse(plot1.equals(plot2));
plot2. [[#variable18d8c4c0]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertTrue(plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d8c4c0]]
setRoseCenterPaint 
12[[#18d8c4c0]]
setPaint