CloneSet1750


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.958statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
13290
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java
23293
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
290
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java

// labelShadowPaint
plot1.setLabelShadowPaint(new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white));
assertFalse(plot1.equals(plot2));


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

plot2.setLabelShadowPaint(new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1a04a0a0]].setLabelShadowPaint(new GradientPaint(1.0F, 2.0F, Color.yellow, 3.0F, 4.0F, Color.white));
 [[#variable1a04a460]](plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a04a0a0]]
// labelShadowPaint
plot1 
12[[#1a04a0a0]]
plot2 
21[[#1a04a460]]
assertFalse 
22[[#1a04a460]]
assertTrue