CloneSet979


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

Image image = JFreeChart.INFO.getLogo();
XYImageAnnotation a1 = new XYImageAnnotation(10.0, 20.0, image);
XYImageAnnotation a2 = new XYImageAnnotation(10.0, 20.0, image);
assertTrue(a1.equals(a2));


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

Image image = JFreeChart.INFO.getLogo();
XYImageAnnotation a1 = new XYImageAnnotation(10.0, 20.0, image);
XYImageAnnotation a2 = new XYImageAnnotation(10.0, 20.0, image);
assertTrue(a1.equals(a2));


Clone AbstractionParameter Count: 0Parameter Bindings

Image image = JFreeChart.INFO.getLogo();
XYImageAnnotation a1 = new XYImageAnnotation(10.0, 20.0, image);
XYImageAnnotation a2 = new XYImageAnnotation(10.0, 20.0, image);
assertTrue(a1.equals(a2));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None