Toggle navigation
Home
java.lang.Long to java.time.Instant
No. of Instances - 6
No. of Commits - 4
No. of Projects - {'junit5', 'james-project', 'sonarqube', 'titan'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
System.currentTimeMillis()
to
Instant.now()
clock.millis()
to
clock.instant()
clock.millis()
to
clock.instant()
Rename Variable
startTimes
to
startInstants
startTimes
to
startInstants
endTimes
to
endInstants
endTimes
to
endInstants
Other
0L
to
Instant.EPOCH
Cascading Type Change (Different)
long
to
Instant
long
to
Instant