CloneSet1071


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
7220.974statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
17140
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYDrawableAnnotationTests.java
27147
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYDrawableAnnotationTests.java
Next
Last
Clone Instance
1
Line Count
7
Source Line
140
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/tests/org/jfree/chart/annotations/junit/XYDrawableAnnotationTests.java

a2 = new XYDrawableAnnotation(11.0, 20.0, 100.0, 200.0, new TestDrawable());
assertTrue(a1.equals(a2));
a1 = new XYDrawableAnnotation(11.0, 22.0, 100.0, 200.0, new TestDrawable());
assertFalse(a1.equals(a2));


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

a2 = new XYDrawableAnnotation(11.0, 22.0, 100.0, 200.0, new TestDrawable());
assertTrue(a1.equals(a2));
a1 = new XYDrawableAnnotation(11.0, 22.0, 101.0, 200.0, new TestDrawable());
assertFalse(a1.equals(a2));


Clone AbstractionParameter Count: 2Parameter Bindings

a2 = new XYDrawableAnnotation(11.0,  [[#variable18e705e0]], 100.0, 200.0, new TestDrawable());
assertTrue(a1.equals(a2));
a1 = new XYDrawableAnnotation(11.0, 22.0,  [[#variable18e70cc0]], 200.0, new TestDrawable());
assertFalse(a1.equals(a2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e705e0]]
20.0 
12[[#18e705e0]]
22.0 
21[[#18e70cc0]]
100.0 
22[[#18e70cc0]]
101.0