Toggle navigation
Home
java.util.Map<java.lang.String, java.lang.String> to java.util.Properties
No. of Instances - 16
No. of Commits - 4
No. of Projects - {'sonarqube', 'async-http-client', 'jetty.project', 'atomix'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
localMember.metadata()
to
localMember.properties()
Atomix.builder().withClusterId("test").withMemberId(String.valueOf(id)).withAddress("localhost",BASE_PORT + id).withMetadata(metadata).withMulticastEnabled()
to
Atomix.builder().withClusterId("test").withMemberId(String.valueOf(id)).withAddress("localhost",BASE_PORT + id).withProperties(properties).withMulticastEnabled()
Atomix.builder().withClusterId("test").withMemberId(String.valueOf(id)).withAddress("localhost",BASE_PORT + id).withMetadata(metadata).withMulticastEnabled()
to
Atomix.builder().withClusterId("test").withMemberId(String.valueOf(id)).withAddress("localhost",BASE_PORT + id).withProperties(properties).withMulticastEnabled()
Rename Variable
localMetadata
to
localProperties
localMetadata
to
localProperties
localMetadata
to
localProperties
metadata
to
properties
metadata
to
properties
metadata
to
properties
metadata
to
properties
metadata
to
properties
metadata
to
properties
metadata
to
properties
metadata
to
properties
metadata
to
properties
Rename Method invocation
get
to
getProperty