CloneSet975


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

if (zeroTickFlag) { //if did zero tick last iter then
  --j; //decrement to do 1.0 tick now
} //calculate power-of-ten value for tick:
currentTickValue = (i >= 0) ? Math.pow(10, i) + (Math.pow(10, i) * j): -(Math.pow(10, -i) - (Math.pow(10, -i - 1) * j));


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

if (zeroTickFlag) { //if did zero tick last iter then
  --j;
} //decrement to do 1.0 tick now
tickVal = (i >= 0) ? Math.pow(10, i) + (Math.pow(10, i) * j): -(Math.pow(10, -i) - (Math.pow(10, -i - 1) * j));


Clone AbstractionParameter Count: 1Parameter Bindings

if (zeroTickFlag) { //if did zero tick last iter then
  --j; //decrement to do 1.0 tick now
} //calculate power-of-ten value for tick: //decrement to do 1.0 tick now
 [[#variable18e11320]]= (i >= 0) ? Math.pow(10, i) + (Math.pow(10, i) * j): -(Math.pow(10, -i) - (Math.pow(10, -i - 1) * j));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18e11320]]
currentTickValue 
12[[#18e11320]]
tickVal