CloneSet1617


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

plot1.setQuadrantPaint(3, new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.blue));
assertFalse(plot1.equals(plot2));


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

plot2.setQuadrantPaint(3, new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.blue));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable18fdeec0]].setQuadrantPaint(3, new GradientPaint(4.0F, 5.0F, Color.red, 6.0F, 7.0F, Color.blue));
 [[#variable18fec0c0]](plot1.equals(plot2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fdeec0]]
plot1 
12[[#18fdeec0]]
plot2 
21[[#18fec0c0]]
assertFalse 
22[[#18fec0c0]]
assertTrue