CloneSet1346


Previous CloneSetNext CloneSetBack to Main Report
Clone
Mass
Clones in
CloneSet
Parameter
Count
Clone
Similarity
Syntax Category
[Sequence Length]
10201.000block
Clone AbstractionParameter Bindings
Clone Instance
(Click to see clone)
Line CountSource Line
Source File
110935
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/LogarithmicAxis.java
29995
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/LogarithmicAxis.java
Next
Last
Clone Instance
1
Line Count
10
Source Line
935
Source File
E:/TSE/Projects-CloneDR/jfreechart-1.0.10/src/org/jfree/chart/axis/LogarithmicAxis.java

{ // if positive exponent then
  // make integer
  NumberFormat format = getNumberFormatOverride();
  if (format != null) {
    tickLabel = format.format(tickVal);
  }
  else {
    tickLabel = Long.toString((long) Math.rint(tickVal));
  }
}


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

{
  NumberFormat format = getNumberFormatOverride();
  if (format != null) {
    tickLabel = format.format(tickVal);
  }
  else {
    tickLabel = Long.toString((long) Math.rint(tickVal));
  }
}


Clone AbstractionParameter Count: 0Parameter Bindings

{ // if positive exponent then
  // make integer
  NumberFormat format = getNumberFormatOverride();
  if (format != null) {
    tickLabel = format.format(tickVal);
  }
  else {
    tickLabel = Long.toString((long) Math.rint(tickVal));
  }
}
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
None