CloneSet833


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
6210.979statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1692
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/ArcDialFrameTests.java
26100
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/ArcDialFrameTests.java
Next
Last
Clone Instance
1
Line Count
6
Source Line
92
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/plot/dial/junit/ArcDialFrameTests.java

// background paint
f1.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertFalse(f1.equals(f2));
f2.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertTrue(f1.equals(f2));


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

// foreground paint
f1.setForegroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertFalse(f1.equals(f2));
f2.setForegroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertTrue(f1.equals(f2));


Clone AbstractionParameter Count: 1Parameter Bindings

// foreground paint
// background paint
f1. [[#variable18d9c580]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertFalse(f1.equals(f2));
f2. [[#variable18d9c580]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertTrue(f1.equals(f2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d9c580]]
setBackgroundPaint 
12[[#18d9c580]]
setForegroundPaint