CloneSet1244


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5401.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15343
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/experimental/org/jfree/experimental/chart/annotations/XYTitleAnnotation.java
25163
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYDrawableAnnotation.java
35256
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYImageAnnotation.java
45420
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYTextAnnotation.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
343
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/experimental/org/jfree/experimental/chart/annotations/XYTitleAnnotation.java

if (this.x != that.x) {
  return false;
}
if (this.y != that.y) {
  return false;
}


Next
Previous
Clone Instance
2
Line Count
5
Source Line
163
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYDrawableAnnotation.java

if (this.x != that.x) {
  return false;
}
if (this.y != that.y) {
  return false;
}


Next
Previous
Clone Instance
3
Line Count
5
Source Line
256
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYImageAnnotation.java

if (this.x != that.x) {
  return false;
}
if (this.y != that.y) {
  return false;
}


First
Previous
Clone Instance
4
Line Count
5
Source Line
420
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYTextAnnotation.java

if (this.x != that.x) {
  return false;
}
if (this.y != that.y) {
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.x != that.x) {
  return false;
}
if (this.y != that.y) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None