CloneSet1732


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
1398
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialFrameTests.java
23101
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialFrameTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
98
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/StandardDialFrameTests.java

// backgroundPaint
f1.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.yellow));
assertFalse(f1.equals(f2));


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

f2.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.yellow));
assertTrue(f1.equals(f2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1a03ce20]].setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.white, 3.0F, 4.0F, Color.yellow));
 [[#variable1a03ca80]](f1.equals(f2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a03ce20]]
// backgroundPaint
f1 
12[[#1a03ce20]]
f2 
21[[#1a03ca80]]
assertFalse 
22[[#1a03ca80]]
assertTrue