CloneSet827


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
16111
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CompassPlotTests.java
26108
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
111
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/CompassPlotTests.java

// rosePaint
plot1.setRosePaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.yellow));
assertFalse(plot1.equals(plot2));
plot2.setRosePaint(new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.yellow));
assertTrue(plot1.equals(plot2));


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

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


Clone AbstractionParameter Count: 1Parameter Bindings

// rosePaint
plot1. [[#variable18d900c0]](new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.yellow));
assertFalse(plot1.equals(plot2));
plot2. [[#variable18d900c0]](new GradientPaint(1.0F, 2.0F, Color.blue, 3.0F, 4.0F, Color.yellow));
assertTrue(plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d900c0]]
setRosePaint 
12[[#18d900c0]]
setDomainGridlinePaint