CloneSet1554


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

// x0
a1 = new XYBoxAnnotation(2.0, 2.0, 3.0, 4.0, new BasicStroke(1.2F), Color.red, Color.blue);
assertFalse(a1.equals(a2));


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

a2 = new XYBoxAnnotation(2.0, 2.0, 3.0, 4.0, new BasicStroke(1.2F), Color.red, Color.blue);
assertTrue(a1.equals(a2));


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable18fdccc0]]= new XYBoxAnnotation(2.0, 2.0, 3.0, 4.0, new BasicStroke(1.2F), Color.red, Color.blue);
 [[#variable18fdcd80]](a1.equals(a2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fdccc0]]
// x0
a1 
12[[#18fdccc0]]
a2 
21[[#18fdcd80]]
assertFalse 
22[[#18fdcd80]]
assertTrue