CloneSet484


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
15301.000statement_sequence[4]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1153918
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java
2154840
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
3154856
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/XYPlot.java
Next
Last
Clone Instance
1
Line Count
15
Source Line
3918
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/CategoryPlot.java

if ( !ObjectUtilities.equal(this.foregroundDomainMarkers, that.foregroundDomainMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundDomainMarkers, that.backgroundDomainMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.foregroundRangeMarkers, that.foregroundRangeMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundRangeMarkers, that.backgroundRangeMarkers)) {
  return false;
}


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

if ( !ObjectUtilities.equal(this.foregroundDomainMarkers, that.foregroundDomainMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundDomainMarkers, that.backgroundDomainMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.foregroundRangeMarkers, that.foregroundRangeMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundRangeMarkers, that.backgroundRangeMarkers)) {
  return false;
}


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

if ( !ObjectUtilities.equal(this.foregroundDomainMarkers, that.foregroundDomainMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundDomainMarkers, that.backgroundDomainMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.foregroundRangeMarkers, that.foregroundRangeMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundRangeMarkers, that.backgroundRangeMarkers)) {
  return false;
}


Clone AbstractionParameter Count: 0Parameter Bindings

if ( !ObjectUtilities.equal(this.foregroundDomainMarkers, that.foregroundDomainMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundDomainMarkers, that.backgroundDomainMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.foregroundRangeMarkers, that.foregroundRangeMarkers)) {
  return false;
}
if ( !ObjectUtilities.equal(this.backgroundRangeMarkers, that.backgroundRangeMarkers)) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None