Toggle navigation
Home
java.lang.Double to java.lang.Number
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'honest-profiler'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
coordinates.get(0)
to
coordinates.get(2).doubleValue()
coordinates.get(1)
to
coordinates.get(3).doubleValue()
coordinates.get(2)
to
coordinates.get(0).doubleValue()
coordinates.get(3)
to
coordinates.get(1).doubleValue()
value
to
value.doubleValue()
Cascading Type Change (Different)
TimeShareTableCell
to
PercentageTableCell<FlatProfileEntry>