Toggle navigation
Home
int to java.util.Optional<java.lang.Integer>
No. of Instances - 3
No. of Commits - 1
No. of Projects - {'error-prone'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
injector.getInstance(JMAPServer.class).getPort()
to
locateJMAPPort(injector)
endPosition
to
endPosition.get()
buildDescription(tree).setMessage(sourceCode.subSequence(startPosition + 1,endPosition).toString())
to
buildDescription(tree).setMessage(sourceCode.subSequence(startPosition + 1,endPosition.get()).toString())
Other
departure_time - stopTime.departure_time
to
departure_time - stopTime.departure_time
invocationEnd
to
invocationEnd
invocationEnd
to
invocationEnd
webServicePortTls
to
webServicePortTls
servicePort
to
servicePort
webServicePort
to
webServicePort
webServicePortTls
to
webServicePortTls
webServicePort
to
webServicePort
servicePortTls
to
servicePortTls
port
to
port
this.column
to
this.column
parts[parts.length - 1]
to
suffix
Integer.parseInt(suffix)
to
Integer.parseInt(suffix)
jmxServer.port
to
jmxServer.port