CloneSet326


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
21230.985statement_sequence[12]
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
122430
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
221584
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java
Next
Last
Clone Instance
1
Line Count
22
Source Line
430
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

g2.setFont(tickLabelFont);
if (isAutoTickUnitSelection()) {
  selectAutoTickUnit(g2, dataArea, edge);
}
double unit = getTickUnit().getSize();
double cycleBound = getCycleBound();
double currentTickValue = Math.ceil(cycleBound / unit) * unit;
double upperValue = getRange().getUpperBound();
boolean cycled = false;
boolean boundMapping = this.boundMappedToLastCycle;
this.boundMappedToLastCycle = false;
CycleBoundTick lastTick = null;
float lastX = 0.0F;
if (upperValue == cycleBound) {
  currentTickValue = calculateLowestVisibleTickValue();
  cycled = true;
  this.boundMappedToLastCycle = true;
}


First
Previous
Clone Instance
2
Line Count
21
Source Line
584
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/CyclicNumberAxis.java

g2.setFont(tickLabelFont);
if (isAutoTickUnitSelection()) {
  selectAutoTickUnit(g2, dataArea, edge);
}
double unit = getTickUnit().getSize();
double cycleBound = getCycleBound();
double currentTickValue = Math.ceil(cycleBound / unit) * unit;
double upperValue = getRange().getUpperBound();
boolean cycled = false;
boolean boundMapping = this.boundMappedToLastCycle;
this.boundMappedToLastCycle = true;
NumberTick lastTick = null;
float lastY = 0.0F;
if (upperValue == cycleBound) {
  currentTickValue = calculateLowestVisibleTickValue();
  cycled = true;
  this.boundMappedToLastCycle = true;
}


Clone AbstractionParameter Count: 3Parameter Bindings

g2.setFont(tickLabelFont);
if (isAutoTickUnitSelection()) {
  selectAutoTickUnit(g2, dataArea, edge);
}
double unit = getTickUnit().getSize();
double cycleBound = getCycleBound();
double currentTickValue = Math.ceil(cycleBound / unit) * unit;
double upperValue = getRange().getUpperBound();
boolean cycled = false;
boolean boundMapping = this.boundMappedToLastCycle;
this.boundMappedToLastCycle = [[#variable1a900bc0]];
 [[#variable1a900b00]] lastTick = null;
float  [[#variable1a901340]]= 0.0F;
if (upperValue == cycleBound) {
  currentTickValue = calculateLowestVisibleTickValue();
  cycled = true;
  this.boundMappedToLastCycle = true;
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a900bc0]]
false 
12[[#1a900bc0]]
true 
21[[#1a900b00]]
CycleBoundTick 
22[[#1a900b00]]
NumberTick 
31[[#1a901340]]
lastX 
32[[#1a901340]]
lastY