CloneSet1725


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
13146
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PlotTests.java
23149
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PlotTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
146
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/PlotTests.java

// backgroundPaint
plot1.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.cyan, 3.0F, 4.0F, Color.green));
assertFalse(plot1.equals(plot2));


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

plot2.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.cyan, 3.0F, 4.0F, Color.green));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1a0387c0]].setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.cyan, 3.0F, 4.0F, Color.green));
 [[#variable1a038720]](plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a0387c0]]
// backgroundPaint
plot1 
12[[#1a0387c0]]
plot2 
21[[#1a038720]]
assertFalse 
22[[#1a038720]]
assertTrue