CloneSet1734


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
13103
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/renderer/category/junit/MinMaxCategoryRendererTests.java
23106
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/renderer/category/junit/MinMaxCategoryRendererTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
103
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/renderer/category/junit/MinMaxCategoryRendererTests.java

r1.setGroupPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertFalse(r1.equals(r2));


First
Previous
Clone Instance
2
Line Count
3
Source Line
106
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/renderer/category/junit/MinMaxCategoryRendererTests.java

r2.setGroupPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
assertTrue(r1.equals(r2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1a040340]].setGroupPaint(new GradientPaint(1.0F, 2.0F, Color.red, 3.0F, 4.0F, Color.yellow));
 [[#variable1a0402a0]](r1.equals(r2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a040340]]
r1 
12[[#1a040340]]
r2 
21[[#1a0402a0]]
assertFalse 
22[[#1a0402a0]]
assertTrue