Toggle navigation
Home
java.net.InetSocketAddress to java.net.URI
No. of Instances - 10
No. of Commits - 2
No. of Projects - {'redisson'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
addr
to
address
Add or Remove Method invocation
addr.getHostName()
to
addr
addr.getPort()
to
addr
slaveUp(addr.getHostName(),addr.getPort(),FreezeReason.SYSTEM)
to
slaveUp(addr,FreezeReason.SYSTEM)
Update String Literal
"master {}:{} used as slave"
to
"master {} used as slave"
Update argument list (Method invocation)
info
to
info