Toggle navigation
Home
java.util.Map<java.lang.String, java.lang.String> to java.lang.String
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'uaa'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
optionsMap
to
args
optionsMap
to
args
optionsMap
to
args
optionsMap
to
args
optionsMap
to
args
optionsMap
to
args
optionsMap
to
args
optionsMap
to
args
attrs
to
attributeString
params
to
paramsStr
params
to
userId
properties
to
endpointId
pluginTypeToImage
to
unifiedBrokerImage
pluginTypeToImage
to
unifiedBrokerImage
pluginTypeToImage
to
unifiedBrokerImage
pluginTypeToImage
to
unifiedBrokerImage
env
to
directory
Other
compiledAttributes
to
compiledAttributes
queuedAttributes
to
queuedAttributes
Add or Remove Method invocation
new Gson().toJson(sourceConfigs)
to
sourceConfigs
new Gson().toJson(userConfig)
to
userConfig
IntStream.of(fieldIds).boxed().flatMap(i -> fieldValues.get(i - 1).entrySet().stream().map(entry -> new KeyValue(key + "." + i+ "."+ entry.getKey(),entry.getValue())))
to
IntStream.of(fieldIds).boxed().flatMap(i -> readOneFieldValues(fieldValues.get(i - 1),request.getKey()).entrySet().stream().map(entry -> new KeyValue(key + "." + i+ "."+ entry.getKey(),entry.getValue())))
Cascading Type Change (Similar)
Map<String,String>
to
String
Update argument list (Method invocation)
getenv
to
getenv