Toggle navigation
Home
java.lang.String to java.util.Map.Entry<java.lang.String, java.lang.String>
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'jhipster-sample-app'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
sourceMapLocationMapping
to
split.entrySet()
map.keySet()
to
mappings.entrySet()
dependencies.keySet()
to
dependencies.entrySet()
docDates.keySet()
to
docDates.entrySet()
docDates.keySet()
to
docDates.entrySet()
keys
to
sortedMap.entrySet()
extraOptions.keySet()
to
extraOptions.entrySet()
configurations.keySet()
to
configurations.entrySet()
configBucket.keySet()
to
configBucket.entrySet()
nsMap.get(ns)
to
ns.getValue()
nsMap.get(ns)
to
ns.getValue()
XMLConstants.XMLNS_ATTRIBUTE.equals(ns)
to
XMLConstants.XMLNS_ATTRIBUTE.equals(ns.getKey())
Rename Variable
locationMapping
to
mapping
key
to
entry
key
to
entry
reportMethod
to
dependencyEntry
key
to
entry
docId
to
docDateEntry
docId
to
docDateEntry
key
to
entry
key
to
entry
key
to
e
key
to
entry
keys
to
entries
keys
to
entries
keys
to
entries
opt
to
entry
configType
to
entry
configName
to
config
key
to
entry
key
to
entry
key
to
entry
Cascading Type Change (Similar)
Set<String>
to
Set<Entry<String,String>>
Rename Method invocation
keySet
to
entrySet
setAttribute
to
setAttributeNS
setAttribute
to
setAttributeNS
Other
XMLConstants.XMLNS_ATTRIBUTE + ":" + ns
to
XMLConstants.XMLNS_ATTRIBUTE_NS_URI