CloneSet1394


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

if ( !this.domainAxes.equals(that.domainAxes)) {
  return false;
}
if ( !this.domainAxisLocations.equals(that.domainAxisLocations)) {
  return false;
}
if (this.drawSharedDomainAxis != that.drawSharedDomainAxis) {
  return false;
}


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

if ( !this.domainAxes.equals(that.domainAxes)) {
  return false;
}
if ( !this.domainAxisLocations.equals(that.domainAxisLocations)) {
  return false;
}
if (this.rangeCrosshairLockedOnData != that.rangeCrosshairLockedOnData) {
  return false;
}


Clone AbstractionParameter Count: 1Parameter Bindings

if ( !this.domainAxes.equals(that.domainAxes)) {
  return false;
}
if ( !this.domainAxisLocations.equals(that.domainAxisLocations)) {
  return false;
}
if (this. [[#variable18f637e0]]!= that. [[#variable18f637e0]]) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f637e0]]
drawSharedDomainAxis 
12[[#18f637e0]]
rangeCrosshairLockedOnData