Toggle navigation
Home
int to double
No. of Instances - 6
No. of Commits - 4
No. of Projects - {'OpenTripPlanner'}
Hierarchy/Composition: -
Primitive Info: Widening
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
totalTasks
to
targetCpus
startedTasks
to
electedTime
cumC
to
boxPad
percentage
to
realPercentage
whitePixels
to
sumWeight
sum0
to
result
p0
to
result
sum0
to
result
r
to
value
r
to
value
grayStrength
to
diffusedGray
grayStrength
to
diffusedGray
maxDuration
to
radiusMeters
effectiveWalkDistance_mm
to
effectiveWalkFactor
effectiveWalkDistance_mm
to
effectiveWalkFactor
govIdx
to
govPseudoIndex
fileIOSamplingPercentage
to
fileIOSamplingFraction
fileIOSamplingPercentage
to
fileIOSamplingFraction
fileIOSamplingPercentage
to
fileIOSamplingFraction
fileIOSamplingPercentage
to
fileIOSamplingFraction
fileIOSamplingPercentage
to
fileIOSamplingFraction
fileIOSamplingPercentage
to
fileIOSamplingFraction
amountOfErrors
to
accuracy
amountOfErrors
to
accuracy
amountOfErrors
to
accuracy
amountOfErrors
to
accuracy
amountOfErrors
to
accuracy
Cascading Type Change (Similar)
int
to
double
int
to
double
int
to
double
int
to
double
DivideObjToDouble<T,ToShort<T>,Integer>
to
DivideObjToDouble<T,ToDouble<T>,Double>
Integer
to
Double
Update Number Literal
0
to
4
60
to
60.0
0
to
1
0
to
0.000001
100
to
1
Add or Remove Method invocation
getL(a)
to
asDouble(a)
getL(b)
to
asDouble(b)
a0
to
asDouble(a)
b0
to
asDouble(b)
getL(a)
to
asDouble(a)
getL(b)
to
asDouble(b)
wire.read(() -> "price").int32(this,(o,b) -> o.price=b).read(() -> "id").text(this,(o,b) -> o.id=b).read(() -> "time")
to
wire.read(() -> "price").float64(this,(o,b) -> o.price=b).read(() -> "id").text(this,(o,b) -> o.id=b).read(() -> "time")
Other
>=
to
<=
==
to
<
<=
to
<
Update Anonymous class
{ @Override public double applyAsDouble( T object){ return (double)this.first.applyAsShort(object) / (double)second; } @Override public Integer second(){ return second; } }
to
{ @Override public double applyAsDouble( T object){ return this.first.applyAsDouble(object) / second; } @Override public Double second(){ return second; } }