CloneSet1621


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
13360
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java
23363
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
360
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/junit/XYPlotTests.java

plot1.setQuadrantPaint(1, new GradientPaint(2.0F, 3.0F, Color.red, 4.0F, 5.0F, Color.blue));
assertFalse(plot1.equals(plot2));


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

plot2.setQuadrantPaint(1, new GradientPaint(2.0F, 3.0F, Color.red, 4.0F, 5.0F, Color.blue));
assertTrue(plot1.equals(plot2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable18ffa560]].setQuadrantPaint(1, new GradientPaint(2.0F, 3.0F, Color.red, 4.0F, 5.0F, Color.blue));
 [[#variable18ffa540]](plot1.equals(plot2));
 

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