Mapping Summary for ('com.google.common.collect.ImmutableList<:[v0]>', 'java.util.List<:[v0]>')

Match Replace Instances isVeryGood isGood isChange Relevant Instances Commits Project Link
builder.build() new ArrayList<>() 1 False False True 1 ['0d143d7bc35351a135f8dc82c5e6f78d1eb39268'] ['dropwizard'] Link
:[TCIVar].reverse() Lists.reverse(:[TCIVar]) 1 False False True 1 ['ee97177b7d8981e3a0d316609ba232d746e0bb43'] ['error-prone'] Link
resourceFilter.getFilteredResources() Collections.emptyList() 1 False False True 1 ['df366408188f0451bae9b2ed079c795a4beb2e2b'] ['bazel'] Link
ImmutableList.copyOf(:[v0]) new ArrayList<>(:[v0]) 2 False False True 2 ['0d143d7bc35351a135f8dc82c5e6f78d1eb39268'] ['dropwizard'] Link
:[v0].addJoinStrings("--prefilteredResourcesSTR1,",:[TCIVar]) :[v0].addJoinStrings("--densitiesSTR1,",:[TCIVar]) 1 False False True 1 ['df366408188f0451bae9b2ed079c795a4beb2e2b'] ['bazel'] Link
linkCommandLineBuilder.setLinkopts(:[TCIVar]) :[TCIVar] 1 False False True 1 ['2661abb96b1fe51fb726a63eb08698564a82eb20'] ['bazel'] Link
:[TCIVar] ImmutableList.copyOf(:[TCIVar]) 1 False False True 1 ['bc72035ef9deb121deb4494296566709e0ead931'] ['buck'] Link
Joiner.on(:[v0]).join(:[TCIVar]) String.join(:[v0],:[TCIVar]) 1 False False True 1 ['bafc4c8d4473c954db2b86196c99e26f29dda40a'] ['presto'] Link
:[v0].build() List.copyOf(:[v0]) 1 False False True 1 ['8d4f69a0a9ffaf314372ee3f44ebd0f30741dddd'] ['crate'] Link
partitionedByColumnsBuilder.build() Lists2.map(partitionedBy,references::get) 1 False False True 1 ['67e7f3bd4c95f3713b9235fd6e9c7b81a8720b18'] ['crate'] Link
:[v0].collect(toImmutableList()) :[v0].collect(toList()) 1 False False True 1 ['bafc4c8d4473c954db2b86196c99e26f29dda40a'] ['presto'] Link
ImmutableList.copyOf(futures) ImmutableList.copyOf(workerSizeFutures) 1 False False True 1 ['2108955ddce372cfe76275370e04988f8c08dab3'] ['presto'] Link
ImmutableList.of(:[v0]) List.of(:[v0]) 2 False True True 2 ['8d4f69a0a9ffaf314372ee3f44ebd0f30741dddd', '8c498c221eab2d8c5e977efde92a0722e376dbd4'] ['crate'] Link
ImmutableList.of(new BrokenRepresentation(ImmutableList.of()),new BrokenRepresentation(ImmutableList.of(:[v0]))) Arrays.asList(new BrokenRepresentation(Collections.emptyList()),new BrokenRepresentation(Collections.singletonList(:[v0]))) 1 False False True 1 ['0d143d7bc35351a135f8dc82c5e6f78d1eb39268'] ['dropwizard'] Link
Lists.transform(:[TCIVar],:[v1]) Lists2.map(:[TCIVar],:[v1]) 2 False False True 2 ['a9ddd110517fba0dd436cbbf5585af7a9ed7c88c'] ['crate'] Link
ImmutableList.of(:[v1],:[v1]) List.of(:[v1],:[v1]) 1 False False True 1 ['8c498c221eab2d8c5e977efde92a0722e376dbd4'] ['crate'] Link
:[TCIVar]=ImmutableList.of(:[v2],:[v2]) :[TCIVar]=List.of(:[v2],:[v2]) 1 False False True 1 ['8c498c221eab2d8c5e977efde92a0722e376dbd4'] ['crate'] Link
ImmutableList.of(:[v0]) Collections.singletonList(:[v0]) 6 True True True 6 ['0e2356631b29dbcae92b2192002e19b48f605091', 'd7d92c0f177566e68e5354f8e589f2aaa1ee8302', '0d143d7bc35351a135f8dc82c5e6f78d1eb39268'] ['sonarqube', 'BuildCraft', 'dropwizard'] Link
ImmutableList.of(:[v1],:[v1]) Arrays.asList(:[v1],:[v1]) 1 False False True 1 ['0e2356631b29dbcae92b2192002e19b48f605091'] ['BuildCraft'] Link
:[v0] + Joiner.on(:[v1]).join(:[TCIVar]) + STR2 :[v0] + String.join(:[v1],:[TCIVar]) + STR2 1 False False True 1 ['bafc4c8d4473c954db2b86196c99e26f29dda40a'] ['presto'] Link
ImmutableList.of() quads 1 False False True 1 ['a186901bb17db31b089826cb0a77be0bb142c401'] ['BuildCraft'] Link
ImmutableList.copyOf(:[v0]) StreamSupport.stream(:[v0].spliterator(),false).collect(Collectors.toList()) 2 False False True 2 ['9ad9c21d267fb3b47594b4053367cb0677165ee8'] ['crate'] Link
:[TCIVar]=ImmutableList.of(:[v1]) :[TCIVar]=List.of(:[v1]) 1 False False True 1 ['8c498c221eab2d8c5e977efde92a0722e376dbd4'] ['crate'] Link
ImmutableList.of(STR0,STR1,:[v0]) ImmutableList.of(STR2,:[v0]) 1 False False True 1 ['4068a1d5aeb0493a6d333e691c5cb4f23be6f6dd'] ['bazel'] Link
ImmutableList.of() Collections.emptyList() 1 False False True 1 ['0d143d7bc35351a135f8dc82c5e6f78d1eb39268'] ['dropwizard'] Link
ImmutableList.<Description>builder().addAll(createGenericTestCaseDescriptions(6)).addAll(createGenericTestCaseDescriptions(6)).build() new ArrayList<>() 2 False False True 2 ['6230823214257603dc77d2b074432565d2bf53cd'] ['bazel'] Link
ImmutableList.copyOf(sortedMap.values()) new ArrayList<>() 1 False False True 1 ['59b099b2a7868a0516c54f38f59e89fef8704473'] ['bazel'] Link
Lists.newArrayList(:[v0]) Lists.of(:[v0]) 1 False False True 1 ['0d143d7bc35351a135f8dc82c5e6f78d1eb39268'] ['dropwizard'] Link
ImmutableList.copyOf(:[v0]) :[v0] 2 True True True 2 ['1597e14390336612d824f0b056abd7773929dc88', '0461a0f839c8cd2306354912b4956267c1d0ec20'] ['checkstyle', 'Terasology'] Link
:[TCIVar]=:[v1].build() :[TCIVar]=List.copyOf(:[v1]) 1 False False True 1 ['8d4f69a0a9ffaf314372ee3f44ebd0f30741dddd'] ['crate'] Link