CloneSet830


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
16161
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java
26267
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
161
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java

// sectionPaint
plot1.setSectionPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white));
assertFalse(plot1.equals(plot2));
plot2.setSectionPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white));
assertTrue(plot1.equals(plot2));


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

// labelBackgroundPaint
plot1.setLabelBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white));
assertFalse(plot1.equals(plot2));
plot2.setLabelBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 1Parameter Bindings

// labelBackgroundPaint
// sectionPaint
plot1. [[#variable18d93b20]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white));
assertFalse(plot1.equals(plot2));
plot2. [[#variable18d93b20]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.white));
assertTrue(plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d93b20]]
setSectionPaint 
12[[#18d93b20]]
setLabelBackgroundPaint