CloneSet866


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
15426
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYTextAnnotation.java
25323
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/block/LabelBlock.java
35334
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialTextAnnotation.java
45616
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
426
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/annotations/XYTextAnnotation.java

if ( !this.font.equals(that.font)) {
  return false;
}
if ( !PaintUtilities.equal(this.paint, that.paint)) {
  return false;
}


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

if ( !this.font.equals(that.font)) {
  return false;
}
if ( !PaintUtilities.equal(this.paint, that.paint)) {
  return false;
}


Next
Previous
Clone Instance
3
Line Count
5
Source Line
334
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialTextAnnotation.java

if ( !this.font.equals(that.font)) {
  return false;
}
if ( !PaintUtilities.equal(this.paint, that.paint)) {
  return false;
}


First
Previous
Clone Instance
4
Line Count
5
Source Line
616
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/DialValueIndicator.java

if ( !this.font.equals(that.font)) {
  return false;
}
if ( !PaintUtilities.equal(this.paint, that.paint)) {
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !this.font.equals(that.font)) {
  return false;
}
if ( !PaintUtilities.equal(this.paint, that.paint)) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None