CloneSet606


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
19230.952statement_sequence[6]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
1191215
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Axis.java
2181251
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/plot/MeterPlot.java
Next
Last
Clone Instance
1
Line Count
19
Source Line
1215
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/Axis.java

if (this.tickLabelsVisible != that.tickLabelsVisible) {
  return false;
}
if ( !ObjectUtilities.equal(this.tickLabelFont, that.tickLabelFont)) {
  return false;
}
if ( !PaintUtilities.equal(this.tickLabelPaint, that.tickLabelPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.tickLabelInsets, that.tickLabelInsets)) {
  return false;
}
if (this.tickMarksVisible != that.tickMarksVisible) {
  return false;
}
if (this.tickMarkInsideLength != that.tickMarkInsideLength) {
  return false;
}


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

if (this.tickLabelsVisible != that.tickLabelsVisible) {
  return false;
}
if ( !ObjectUtilities.equal(this.tickLabelFont, that.tickLabelFont)) {
  return false;
}
if ( !PaintUtilities.equal(this.tickLabelPaint, that.tickLabelPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this.tickLabelFormat, that.tickLabelFormat)) {
  return false;
}
if (this.drawBorder != that.drawBorder) {
  return false;
}
if (this.meterAngle != that.meterAngle) {
  return false;
}


Clone AbstractionParameter Count: 3Parameter Bindings

if (this.tickLabelsVisible != that.tickLabelsVisible) {
  return false;
}
if ( !ObjectUtilities.equal(this.tickLabelFont, that.tickLabelFont)) {
  return false;
}
if ( !PaintUtilities.equal(this.tickLabelPaint, that.tickLabelPaint)) {
  return false;
}
if ( !ObjectUtilities.equal(this. [[#variable18ccb8c0]], that. [[#variable18ccb8c0]])) {
  return false;
}
if (this. [[#variable18ccb900]]!= that. [[#variable18ccb900]]) {
  return false;
}
if (this. [[#variable18ccb7e0]]!= that. [[#variable18ccb7e0]]) {
  return false;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18ccb8c0]]
tickLabelInsets 
12[[#18ccb8c0]]
tickLabelFormat 
21[[#18ccb900]]
tickMarksVisible 
22[[#18ccb900]]
drawBorder 
31[[#18ccb7e0]]
tickMarkInsideLength 
32[[#18ccb7e0]]
meterAngle