Mapping Summary for ('java.util.Map', 'java.util.Map')
Match | Replace | Instances | isVeryGood | isGood | isChange | Relevant Instances | Commits | Project | Link |
---|---|---|---|---|---|---|---|---|---|
ImmutableMap.of(100_000L,:[v2],1_000_000L,:[v1],100_000_000L,:[v0]) | ImmutableMap.of(100_000,:[v2],1_000_000,:[v1],100_000_000,:[v0]) | 1 | False | False | True | 1 | ['2f235dd58acce27f713c7072d62cd3a72e3413a1'] | ['beam'] | Link |
new HashMap<Long,SpanEventBo>() | new HashMap<Integer,SpanEventBo>() | 1 | False | False | True | 1 | ['3d29eee9d81e85b75faab21b16c4f14550932ce7'] | ['pinpoint'] | Link |