CloneSet504


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

// paint
i1.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
assertFalse(i1.equals(i2));
i2.setPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
assertTrue(i1.equals(i2));


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

// backgroundPaint
i1.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
assertFalse(i1.equals(i2));
i2.setBackgroundPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
assertTrue(i1.equals(i2));


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

// outlinePaint
i1.setOutlinePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
assertFalse(i1.equals(i2));
i2.setOutlinePaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
assertTrue(i1.equals(i2));


Clone AbstractionParameter Count: 1Parameter Bindings

// outlinePaint
// backgroundPaint
// paint
i1. [[#variable18c065a0]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
assertFalse(i1.equals(i2));
i2. [[#variable18c065a0]](new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.green));
assertTrue(i1.equals(i2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18c065a0]]
setPaint 
12[[#18c065a0]]
setBackgroundPaint 
13[[#18c065a0]]
setOutlinePaint