CloneSet1660


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
3220.960statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1396
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BlockBorderTests.java
2399
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BlockBorderTests.java
Next
Last
Clone Instance
1
Line Count
3
Source Line
96
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/block/junit/BlockBorderTests.java

// insets
b1 = new BlockBorder(new RectangleInsets(UnitType.RELATIVE, 1.0, 2.0, 3.0, 4.0), Color.red);
assertFalse(b1.equals(b2));


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

b2 = new BlockBorder(new RectangleInsets(UnitType.RELATIVE, 1.0, 2.0, 3.0, 4.0), Color.red);
assertTrue(b1.equals(b2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable1a016100]]= new BlockBorder(new RectangleInsets(UnitType.RELATIVE, 1.0, 2.0, 3.0, 4.0), Color.red);
 [[#variable1a016020]](b1.equals(b2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a016100]]
// insets
b1 
12[[#1a016100]]
b2 
21[[#1a016020]]
assertFalse 
22[[#1a016020]]
assertTrue