Toggle navigation
Home
java.lang.reflect.AccessibleObject to java.lang.Object
No. of Instances - 805
No. of Commits - 4
No. of Projects - {'alluxio', 'lombok-intellij-plugin'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
ImmutableBiMap.builder()
to
com.google.common.collect.ImmutableBiMap.builder()
ImmutableBiMap.<java.lang.Object,java.lang.Object>of()
to
com.google.common.collect.ImmutableBiMap.<java.lang.Object,java.lang.Object>of()
ImmutableBiMap.builder()
to
com.google.common.collect.ImmutableBiMap.builder()
ImmutableSet.<java.lang.Object>of()
to
com.google.common.collect.ImmutableSet.<java.lang.Object>of()
ImmutableSet.builder()
to
com.google.common.collect.ImmutableSet.builder()
ImmutableSet.builder()
to
com.google.common.collect.ImmutableSet.builder()
Cascading Type Change (Different)
ImmutableBiMap<Object,Object>
to
com.google.common.collect.ImmutableBiMap<java.lang.Object,java.lang.Object>
Object
to
java.lang.Object
java.util.ArrayList<Object>
to
java.util.ArrayList<java.lang.Object>
ImmutableSet<Object>
to
com.google.common.collect.ImmutableSet<java.lang.Object>
Object
to
java.lang.Object
Rename Variable
rawMap$key
to
key
rawMap$value
to
value