CloneSet1770


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
13259
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java
23262
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
259
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PiePlotTests.java

// labelPaint
plot1.setLabelPaint(new GradientPaint(1.0F, 2.0F, Color.darkGray, 3.0F, 4.0F, Color.white));
assertFalse(plot1.equals(plot2));


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

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


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1a0507c0]].setLabelPaint(new GradientPaint(1.0F, 2.0F, Color.darkGray, 3.0F, 4.0F, Color.white));
 [[#variable1a050760]](plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0507c0]]
// labelPaint
plot1 
12[[#1a0507c0]]
plot2 
21[[#1a050760]]
assertFalse 
22[[#1a050760]]
assertTrue