Toggle navigation
Home
java.util.HashMap to java.util.LinkedHashMap
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'closure-compiler', 'redisson'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
HashMap<ScanObjectEntry,ScanObjectEntry>
to
LinkedHashMap<ScanObjectEntry,ScanObjectEntry>
Rename Variable
toAdd
to
converted
toAdd
to
converted
Add or Remove Method invocation
e.getValue()
to
value
e.getKey()
to
key