CloneSet1263


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

double log = Math.log(x) / LOG_10_VALUE;
double higher = Math.ceil(log);
return new NumberTickUnit(Math.pow(10, higher), new DecimalFormat("0.0E0"));


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

double log = Math.log(size) / LOG_10_VALUE;
double higher = Math.ceil(log);
return new NumberTickUnit(Math.pow(10, higher), new DecimalFormat("0.0E0"));


Clone AbstractionParameter Count: 1Parameter Bindings

double log = Math.log( [[#variable18f0c400]]) / LOG_10_VALUE;
double higher = Math.ceil(log);
return new NumberTickUnit(Math.pow(10, higher), new DecimalFormat("0.0E0"));
 

CloneAbstraction
Parameter Bindings
Parameter
Index
Clone
Instance
Parameter
Name
Value
11[[#18f0c400]]
x 
12[[#18f0c400]]
size