Mapping Summary for ('java.util.Collection<:[v0]>', 'java.util.List<:[v0]>')

Match Replace Instances isVeryGood isGood isChange Relevant Instances Commits Project Link
Collections.<:[v1]>singleton(:[v0]) Collections.<:[v1]>singletonList(:[v0]) 1 False False True 1 ['dc3b1eebb8b5f4361a3c23db502b17c9cf98b521'] ['wildfly'] Link
ImmutableList.copyOf(:[v0]) :[v0].toList() 1 False False True 1 ['b74cf3020f4ae711f4ebd7f8cf3932760a1df91b'] ['bazel'] Link
Collections.<Transformation<?>>singleton(:[v0]) Collections.singletonList(:[v0]) 1 False False True 1 ['c3fedf32f63e6b319c6cf3574b404415a7a72768'] ['flink'] Link
scatterDataMap.values() scatterData.getScatterData() 1 False False True 1 ['1ab0336c644be2c79a4daef46629018833170f0b'] ['pinpoint'] Link
:[TCIVar]=excludedEntityTypes == null ? Collections.EMPTY_LIST : new ArraySet<>(excludedEntityTypes) :[TCIVar]=Preconditions.checkNotNull(excludedEntityTypes) 1 False False True 1 ['ae85aae6aa0be83329b588346699f3940d43fc4e'] ['platform_frameworks_base'] Link
new LinkedHashSet<:[v0]>() new ArrayList<:[v0]>() 2 True True True 2 ['3a99c89350947fc99b97741f1a53c09f9c8a7e01', '9c9bd88f00807ecfed9327d80e2ff74cade4bcbf'] ['cas', 'jetty.project'] Link
:[v0] && Objects.equals(componentUuids,that.componentUuids) && Objects.equals(metricIds,that.metricIds)&& Objects.equals(:[v1],:[v2])&& Objects.equals(personId,that.personId) :[v0] && Objects.equals(projectUuids,that.projectUuids) && Objects.equals(componentUuids,that.componentUuids)&& Objects.equals(metricIds,that.metricIds)&& Objects.equals(:[v1],:[v2])&& Objects.equals(personId,that.personId) 1 False False True 1 ['85bd0e6065d97319657535954d8a97c9ca161430'] ['sonarqube'] Link
:[TCIVar]=Collections.synchronizedCollection(:[v1]) :[TCIVar]=Collections.synchronizedList(:[v1]) 1 False False True 1 ['9218c1ace932a1c3f3aa543ee0e6bb0937072427'] ['infinispan'] Link
componentUuids.isEmpty() || :[v0] || :[v1] (projectUuids != null && projectUuids.isEmpty()) || (componentUuids != null && componentUuids.isEmpty()) || :[v0]|| :[v1] 2 False False True 2 ['85bd0e6065d97319657535954d8a97c9ca161430'] ['sonarqube'] Link
(Collection<CacheContinuousQueryEntry>):[v0] (List<CacheContinuousQueryEntry>):[v0] 1 False False True 1 ['2ff64c2aa8f142f2918200e5ee85e6b7e83afbfa'] ['ignite'] Link
Iterables.get(:[TCIVar],:[v0]) :[TCIVar].get(:[v0]) 4 True True True 4 ['8db19a4645b8588ce9e046637b7619815169bdb1', '332d48418da295b0da4de3e34f9c164486cabb73'] ['beam', 'presto'] Link
:[v0] && Objects.equals(componentUuids,that.componentUuids) && Objects.equals(metricIds,that.metricIds)&& Objects.equals(metricKeys,that.metricKeys)&& Objects.equals(:[v1],:[v2]) :[v0] && Objects.equals(projectUuids,that.projectUuids) && Objects.equals(componentUuids,that.componentUuids)&& Objects.equals(metricIds,that.metricIds)&& Objects.equals(metricKeys,that.metricKeys)&& Objects.equals(:[v1],:[v2]) 1 False False True 1 ['85bd0e6065d97319657535954d8a97c9ca161430'] ['sonarqube'] Link
new HashSet<:[v0]>() new ArrayList<:[v0]>() 1 False False True 1 ['3e69e319355e2c3b993e15cb77f70f9f3890696e'] ['beam'] Link
new ArrayList<>() new ArrayList<Object>() 1 False False True 1 ['eddc025e1646d1320b557b2f95c65766c5c9db19'] ['optaplanner'] Link
:[v0].getGenuineVariableDescriptors() :[v0].getGenuineVariableDescriptorList() 6 False False True 6 ['560891fea5692d6d62ec19d073a03f34e10b3d43'] ['optaplanner'] Link
:[v0] ImmutableList.<NotificationEventWithMetadata<OverdueCheckNotificationKey>>copyOf(:[v0]) 2 False False True 2 ['9f9779f8ff4d0ac7aec41adcacf94e5e2118cf77'] ['killbill'] Link
new ArrayList<:[v0]>(igfss.length) new ArrayList<:[v0]>() 1 False False True 1 ['12dfe9e8767020d9e9083f887717e5e63120880f'] ['ignite'] Link
:[v0] Lists.newArrayList(:[v0]) 1 False False True 1 ['dee2bcf4a5c9182c1552b1c1722521cf2f4eba10'] ['pinpoint'] Link
dest.writeStringList(new ArrayList<>(:[TCIVar])) parcel.writeStringList(:[TCIVar]) 3 False False True 3 ['ae85aae6aa0be83329b588346699f3940d43fc4e'] ['platform_frameworks_base'] Link
Collections.unmodifiableSet(columnSet) Collections.unmodifiableList(getState(false).columnOrder.stream().map(this::getColumn).collect(Collectors.toList())) 1 False False True 1 ['6abb9c5c64c60db47e8f2dde87afaf0e76b2228c'] ['framework'] Link
:[TCIVar]=new ArrayList<:[v1]>() :[TCIVar]=new ArrayList<:[v1]>(nodeIds.size()) 1 False False True 1 ['cbc852fd2ffa5494f82943d535e0825a318dd6eb'] ['ignite'] Link
:[TCIVar].add(createJobInfoWithStatus(Status.RUNNING)) :[TCIVar].add(createJobInfo(1,Status.RUNNING,STR0)) 1 False False True 1 ['4da1c1e9952a6d665ea7efb9795488aa4eaa1ec9'] ['alluxio'] Link
Collections.synchronizedCollection(:[v0]) Collections.synchronizedList(:[v0]) 1 False False True 1 ['9218c1ace932a1c3f3aa543ee0e6bb0937072427'] ['infinispan'] Link
:[v0] ImmutableList.copyOf(:[v0]) 3 False True True 3 ['dc388246ff56d4cdd95fbeebba7f78ff3097e0c4', '7505d94c19727e3100ac5e16a960bff2cb324f23', '12d766df10fbc5eba16ec1e6c20c8cd85f9c616f'] ['bazel'] Link
:[TCIVar].add(:[v1]) :[TCIVar].add(surrogates.size(),:[v1]) 1 False False True 1 ['9c9bd88f00807ecfed9327d80e2ff74cade4bcbf'] ['cas'] Link
:[v0].getAlternatesWithoutStructuralTyping() :[v0].getAlternatesWithoutStructuralTypingList() 1 False False True 1 ['9f5879787b31acec4115b401dd0469bcdbad8c6e'] ['closure-compiler'] Link
filesToStage.build() artifactsBuilder.build() 1 False False True 1 ['0c1ac2c62b359c0aef26caeccb4adfe1922454a3'] ['beam'] Link
:[TCIVar].add(matchedPattern) :[TCIVar].add(materializedMatch) 1 False False True 1 ['d934cb8fba22855894e260e3e68533b599ac8e43'] ['flink'] Link
:[TCIVar].addAll(completeAncestry(pathMetaToDDBPathMeta(pathsToCreate))) :[TCIVar].addAll(completeAncestry(pathMetaToDDBPathMeta(pathsToCreate),ancestorState,extractTimeProvider(ttlTimeProvider))) 1 False False True 1 ['e02eb24e0a9139418120027b694492e0738df20a'] ['hadoop'] Link
Collections.unmodifiableCollection(:[TCIVar]) Collections.unmodifiableList(:[TCIVar]) 2 False False True 2 ['2085958216281a0df56393f3d40b464ef2a81245'] ['hbase'] Link
new EvalQueryQuality(:[v0],:[TCIVar]) new EvalQueryQuality(taskId,:[v0],:[TCIVar]) 1 False False True 1 ['29402a28e0d1d8bfad13ec8e5e4dc58b7be36b63'] ['elasticsearch'] Link
new IgniteBiTuple<Iterable<IgniteBiTuple<Exception,UUID>>,Iterable<VisorLogSearchResult>>(:[v0],:[v1]) new VisorLogSearchTaskResult(:[v0],:[v1]) 1 False False True 1 ['12dfe9e8767020d9e9083f887717e5e63120880f'] ['ignite'] Link
Collections.singleton(:[v0]) Collections.singletonList(:[v0]) 5 True True True 5 ['dc3b1eebb8b5f4361a3c23db502b17c9cf98b521', 'fe67c69faa417391891319f8907f40b7a387fabf', '34fdf569d7defb4393849fb9ecb2763b14532cc6', 'c3fedf32f63e6b319c6cf3574b404415a7a72768'] ['flink', 'wildfly', 'atomix'] Link
ImmutableList.<AuditLog>copyOf(:[TCIVar]) :[TCIVar] 1 False False True 1 ['f2316e7373194e1b32938fce890cd7794f0f05f8'] ['killbill'] Link
new HashSet<:[v0]>() new LinkedList<:[v0]>() 1 False False True 1 ['7c12d1d5f75483ce32ea761ed13b397a8443de67'] ['killbill'] Link
:[TCIVar]=includedEntityTypes == null ? Collections.EMPTY_LIST : new ArraySet<>(includedEntityTypes) :[TCIVar]=Preconditions.checkNotNull(includedEntityTypes) 1 False False True 1 ['ae85aae6aa0be83329b588346699f3940d43fc4e'] ['platform_frameworks_base'] Link
null new ArrayList<>(proto.getBackupMastersList().size()) 1 False False True 1 ['2085958216281a0df56393f3d40b464ef2a81245'] ['hbase'] Link
new ArrayList<:[v0]>() new ArrayList<:[v0]>(nodeIds.size()) 1 False False True 1 ['cbc852fd2ffa5494f82943d535e0825a318dd6eb'] ['ignite'] Link
Collections.unmodifiableCollection(:[v0]) Collections.unmodifiableList(:[v0]) 5 True True True 5 ['2085958216281a0df56393f3d40b464ef2a81245', '93e3eeadc24197c62a12fc843db319cb58d98d84', 'fcca3c7c1ed6d17b3a9ad3921ac2e78a979f7bb8', '24b77dbdfe072ab6087284b34f95e44b50e2610f'] ['hbase', 'flink', 'bazel', 'infinispan'] Link
null new ArrayList<>(proto.getDeadServersList().size()) 1 False False True 1 ['2085958216281a0df56393f3d40b464ef2a81245'] ['hbase'] Link
:[TCIVar].add(createJobInfoWithStatus(Status.CANCELED)) :[TCIVar].add(createJobInfo(2,Status.FAILED,STR0)) 1 False False True 1 ['4da1c1e9952a6d665ea7efb9795488aa4eaa1ec9'] ['alluxio'] Link
:[TCIVar]=mConnectedControllers.values() :[TCIVar]=getConnectedControllers() 1 False False True 1 ['45d94a4844e9a6b7c0fe50cb42338089b167a10f'] ['platform_frameworks_base'] Link
new ArrayList<>(:[TCIVar]) :[TCIVar] 3 False False True 3 ['ae85aae6aa0be83329b588346699f3940d43fc4e'] ['platform_frameworks_base'] Link