CloneSet774


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
5601.000statement_sequence[2]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
15361
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialRange.java
25881
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialScale.java
351541
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/ThermometerPlot.java
45149
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/GrayPaintScale.java
55340
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/LookupPaintScale.java
65238
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/SimpleHistogramBin.java
Next
Last
Clone Instance
1
Line Count
5
Source Line
361
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/dial/StandardDialRange.java

if (this.lowerBound != that.lowerBound) {
  return false;
}
if (this.upperBound != that.upperBound) {
  return false;
}


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

if (this.lowerBound != that.lowerBound) {
  return false;
}
if (this.upperBound != that.upperBound) {
  return false;
}


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

if (this.lowerBound != that.lowerBound) {
  return false;
}
if (this.upperBound != that.upperBound) {
  return false;
}


Next
Previous
Clone Instance
4
Line Count
5
Source Line
149
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/GrayPaintScale.java

if (this.lowerBound != that.lowerBound) {
  return false;
}
if (this.upperBound != that.upperBound) {
  return false;
}


Next
Previous
Clone Instance
5
Line Count
5
Source Line
340
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/renderer/LookupPaintScale.java

if (this.lowerBound != that.lowerBound) {
  return false;
}
if (this.upperBound != that.upperBound) {
  return false;
}


First
Previous
Clone Instance
6
Line Count
5
Source Line
238
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/data/statistics/SimpleHistogramBin.java

if (this.lowerBound != that.lowerBound) {
  return false;
}
if (this.upperBound != that.upperBound) {
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if (this.lowerBound != that.lowerBound) {
  return false;
}
if (this.upperBound != that.upperBound) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None