CloneSet780


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
17210.980statement_sequence[5]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1171614
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/JFreeChart.java
2151216
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java
Next
Last
Clone Instance
1
Line Count
17
Source Line
1614
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/JFreeChart.java

if ( !PaintUtilities.equal(this.backgroundPaint, that.backgroundPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundImage, that.backgroundImage)) {
  return false;
}
if (this.backgroundImageAlignment != that.backgroundImageAlignment) {
  return false;
}
if (this.backgroundImageAlpha != that.backgroundImageAlpha) {
  return false;
}
if (this.notify != that.notify) {
  return false;
}


First
Previous
Clone Instance
2
Line Count
15
Source Line
1216
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/Plot.java

if ( !PaintUtilities.equal(this.backgroundPaint, that.backgroundPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundImage, that.backgroundImage)) {
  return false;
}
if (this.backgroundImageAlignment != that.backgroundImageAlignment) {
  return false;
}
if (this.backgroundImageAlpha != that.backgroundImageAlpha) {
  return false;
}
if (this.foregroundAlpha != that.foregroundAlpha) {
  return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !PaintUtilities.equal(this.backgroundPaint, that.backgroundPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundImage, that.backgroundImage)) {
  return false;
}
if (this.backgroundImageAlignment != that.backgroundImageAlignment) {
  return false;
}
if (this.backgroundImageAlpha != that.backgroundImageAlpha) {
  return false;
}
if (this. [[#variable18d661a0]]!= that. [[#variable18d661a0]]) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18d661a0]]
notify 
12[[#18d661a0]]
foregroundAlpha