Toggle navigation
Home
org.neo4j.kernel.api.impl.schema.ValueEncoding.String to java.lang.Integer
No. of Instances - 11
No. of Commits - 4
No. of Projects - {'neo4j'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Internal -> Jdk
Mapping:
Rename Variable
boltAddress
to
boltPort
boltAddress
to
boltPort
boltAddress
to
boltPort
boltAddress
to
boltPort
boltAddress
to
boltPort
boltAddress
to
boltPort
Other
"bolt://" + boltAddress
to
boltPort
Rename Method invocation
putAbsoluteUri
to
putRelativeBoltUri
Cascading Type Change (Similar)
String
to
Integer
Add or Remove Method invocation
boltConnectors(config).stream().findFirst().map(boltConnector -> config.get(boltConnector.advertised_address).toString())
to
boltConnectors(config).stream().findFirst().map(boltConnector -> config.get(boltConnector.advertised_address).socketAddress().getPort())
propertyId
to
entry.getKey()
Update argument list (Method invocation)
getPropertyPermissions
to
getPropertyPermissions
getPropertyPermissions
to
getPropertyPermissions