CloneSet2196


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

double logAbs; //get absolute value of log10 value
if ((logAbs = Math.abs(logLower)) < 1.0) {
  logAbs = 1.0; //if less than 1.0 then make it 1.0
} //subtract out margin and get exponential value:


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

double logAbs; //get absolute value of log10 value
if ((logAbs = Math.abs(logUpper)) < 1.0) {
  logAbs = 1.0; //if less than 1.0 then make it 1.0
} //add in margin and get exponential value:


Clone AbstractionParameter Count: 1Parameter Bindings

double logAbs; //get absolute value of log10 value
if ((logAbs = Math.abs( [[#variable1a14cc60]])) < 1.0) {
  logAbs = 1.0; //if less than 1.0 then make it 1.0
} //add in margin and get exponential value: //subtract out margin and get exponential value:
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#1a14cc60]]
logLower 
12[[#1a14cc60]]
logUpper