CloneSet1441


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

if (this.rangeCrosshairVisible != that.rangeCrosshairVisible) {
  return false;
}
if (this.rangeCrosshairValue != that.rangeCrosshairValue) {
  return false;
}
if ( !ObjectUtilities.equal(this.rangeCrosshairStroke, that.rangeCrosshairStroke)) {
  return false;
}


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

if (this.rangeCrosshairVisible != that.rangeCrosshairVisible) {
  return false;
}
if (this.rangeCrosshairValue != that.rangeCrosshairValue) {
  return false;
}
if ( !ObjectUtilities.equal(this.axisOffset, that.axisOffset)) {
  return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if (this.rangeCrosshairVisible != that.rangeCrosshairVisible) {
  return false;
}
if (this.rangeCrosshairValue != that.rangeCrosshairValue) {
  return false;
}
if ( !ObjectUtilities.equal(this. [[#variable18f86800]], that. [[#variable18f86800]])) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f86800]]
rangeCrosshairStroke 
12[[#18f86800]]
axisOffset