CloneSet1555


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
13112
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYBoxAnnotationTests.java
23115
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
112
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYBoxAnnotationTests.java

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


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

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


Clone AbstractionParameter Count: 2Parameter Bindings

 [[#variable18fdd800]]= new XYBoxAnnotation(1.0, 2.0, 3.0, 4.0, new BasicStroke(2.3F), Color.red, Color.blue);
 [[#variable18fdd700]](a1.equals(a2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18fdd800]]
// stroke
a1 
12[[#18fdd800]]
a2 
21[[#18fdd700]]
assertFalse 
22[[#18fdd700]]
assertTrue