java.util.Map to java.util.List
No. of Instances - 2
No. of Commits - 2
No. of Projects - {'pheonix'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
- Cascading Type Change (Different)
- HashMap<Integer,StorageTier> to ArrayList<StorageTier>
- LinkedHashMap<String,Object> to ArrayList<OPair<String,Object>>
- LinkedHashMap<String,Object> to ArrayList<OPair<String,Object>>
- LinkedHashMap<String,Object> to ArrayList<OPair<String,Object>>
- HashMap<UUID,TaxInvoiceItem> to ArrayList<TaxInvoiceItem>
- Iterator<Map.Entry<Long,TitanVertex>> to Iterator<TitanVertex>
- TypeReference<Map<Integer,AnalystClusterRequest>> to TypeReference<List<AnalystClusterRequest>>
- HashMap<> to ArrayList<>
- HashMap<> to ArrayList<>
- HashMap<String,Integer> to ArrayList<>
- LinkedHashMap<String,TypeList.Generic> to TokenList<TypeVariableToken>
- HashMap<Long,Pair<List<Tag>,Byte>> to ArrayList<Triple<List<Tag>,Byte,Long>>
- HashMap<Long,Pair<List<Tag>,Byte>> to ArrayList<Triple<List<Tag>,Byte,Long>>
- LinkedHashMap<> to ArrayList<>
- LinkedList<EditorPartPresenter> to LinkedList<>
- HashMap<ApplicationId,LogAggregationReport> to ArrayList<LogAggregationReport>
- HashMap<> to ArrayList<>
- Iterator<Entry<Long,AttemptedItemInfo>> to Iterator<AttemptedItemInfo>
- LinkedHashMap<> to ArrayList<>
- List<Protocol.ModifierProtocol> to List<ModifierProtocol>
- RowGroupMetadata to StatisticsHolder<>
- ColumnStatisticsImpl to ColumnStatistics<>
- ColumnStatisticsImpl<> to ColumnStatistics<>
- FileMetadata to StatisticsHolder<>
- Add or Remove Method invocation
- field to mIndexMap.get(field)
- field to mIndexMap.get(field)
- info.getOffset() to location.getBlockInfo().getOffset()
- parameters.or(Collections.<String,String>emptyMap()) to parameters.or(Collections.<SingularityDockerParameter>emptyList())
- remainingFixedItems.values() to remainingIgnoredItems
- usages.entrySet() to newAndImplementsNodes
- batchSize to indexTableRefs.size()
- indexMutations to indexMutations.get(i)
- indexTableRef to Maps.<ImmutableBytesPtr,RowMutationState>newHashMapWithExpectedSize(batchSize)
- hasSize to containsOnly
- hasSize to containsOnly
- collect to collect
- rowAttributes.entrySet().stream().map(entry -> Pair.of(entry.getKey(),fromByteBuffer(entry.getValue()))) to rowAttributes.entrySet().stream().map(Throwing.function(entry -> new Attribute(AttributeName.of(entry.getKey()),AttributeValue.fromJsonString(entry.getValue()))))
- Guavate.toImmutableMap(Pair::getLeft,Pair::getRight) to Guavate.toImmutableList()
- attributes to attributes.stream().collect(Guavate.toImmutableMap(attribute -> attribute.getName(),Function.identity()))
- result.entrySet() to result
- heliosClient.jobs() to heliosClient.listHosts()
- JOB2.getId() to HOST2
- ImmutableMap.of(JOB1.getId(),JOB1,JOB2.getId(),JOB2) to HOST2
- ImmutableMap.of(JOB1.getId(),JOB1,HOST2,JOB2) to ImmutableList.of(HOST1,HOST2)
- instance.findSubnetworks() to instance.findSubnetworks(filter)
- Collections.emptyMap() to Collections.emptyList()
- def.createChildDefinition(field,this).ifPresent(child -> { children.add(child); child.commandHandlers().forEach(commandHandlers::putIfAbsent); } ) to def.createChildDefinition(field,this).ifPresent(child -> { children.add(child); commandHandlers.addAll(child.commandHandlers()); } )
- commandHandlers.put(commandType,new ChildForwardingCommandMessageHandlingMember<>(entityModel.commandHandlerInterceptors(),childHandler,commandTargetResolver)) to commandHandlers.add(new ChildForwardingCommandMessageHandlingMember<>(entityModel.commandHandlerInterceptors(),childHandler,commandTargetResolver))
- forEach to forEach
- handlersFound.put(k,new AggregateConstructorCommandHandler(v)) to handlersFound.add(new AggregateConstructorCommandHandler(handler))
- handlersFound.put(k,aggregateCommandHandler) to handlersFound.add(new AggregateCommandHandler(handler))
- local.getRefDatabase().getRefs(ALL) to local.getRefDatabase().getRefsByPrefix(ALL)
- transport.local.getRefDatabase().getRefs(ALL) to transport.local.getRefDatabase().getRefsByPrefix(ALL)
- all.values() to all
- unmodifiableMap(instances) to requireNonNull(instances)
- registrations.values() to registeredBeans
- components.values() to controllers
- Collections.emptyMap() to Collections.emptyList()
- bulkCounter.getAndReset() to incrementMap
- applicationAgentListMap.entrySet() to applicationAgentLists
- Collectors.toMap(IdentityProvider::getOriginKey,Functions.identity()) to Collectors.toList()
- collect to collect
- parseResults.keySet().stream().anyMatch(path -> path.toString().contains("source" + File.separator + "root")) to parseResults.stream().anyMatch(cu -> cu.getResult().get().getPath().toString().contains("source" + File.separator + "root"))
- Long.valueOf(timestamp) to i
- table.getRegionLocations() to locator.getAllRegionLocations()
- claimedQueuesFromRq2.containsKey("Queue1-" + server2) to claimedQueuesFromRq2.contains("Queue1-" + server2)
- claimedQueuesFromRq2.containsKey("Queue2-" + server2) to claimedQueuesFromRq2.contains("Queue2-" + server2)
- rq3.claimQueues(server3) to rq3.getUnClaimedQueueIds(server3)
- updateEditorPartsAfterRename(new LinkedList<>(openedEditors.values()),oldTargetPath,newTargetPath,unmarshaller) to updateEditorPartsAfterRename(new LinkedList<>(openedEditors),oldTargetPath,newTargetPath,unmarshaller)
- openedEditors.values() to openedEditors
- this.openedEditors.values() to this.openedEditors
- env.keySet().stream().map(k -> k + "=" + env.get(k)) to env.stream().map(k -> k.getName() + "=" + k.getValue())
- clients.values().contains(application) to clients.contains(application)
- clients.values().contains(otherApp) to clients.contains(otherApp)
- clients.values().contains(accountApp) to clients.contains(accountApp)
- clients.values() to clients
- infoPipe.getUserAttributes(username,Arrays.asList(attr)) to infoPipe.getUserGroups(username)
- outboundSocketBindings.values() to Stream.concat(Stream.of(advertiseSocketDependency,sslContextDependency),outboundSocketBindings.stream()).filter(Objects::nonNull)
- executionConfig.getRegisteredKryoSerializers() to executionConfig.getRegisteredTypesWithKryoSerializers()
- registeredSerializers.entrySet() to registeredTypesWithSerializers
- executionConfig.getRegisteredKryoSerializersClasses() to executionConfig.getRegisteredTypesWithKryoSerializerClasses()
- registeredSerializersClasses.entrySet() to registeredTypesWithSerializerClasses
- topicPartitionMap.keySet() to partitionsList
- ImmutableList.<Node>builder().addAll(elements).addAll(properties.values()) to ImmutableList.<Node>builder().addAll(elements).addAll(properties)
- argumentMappings.keySet() to aggregationArguments
- argumentMappings.values() to aggregationArguments
- aggregationArguments to aggregationArguments
- requireNonNull(argumentMappings) to aggregationArguments
- aggregationArguments to aggregationArguments
- Collectors.toMap(Map.Entry::getKey,Map.Entry::getValue) to Collectors.toList()
- context.get().contains(entry.getKey()) to contains
- partitioningHandle.getConnectorId().get() to connectorId
- createArbitraryBucketToNode(new ArrayList<>(nodeScheduler.createNodeSelector(connectorId).allNodes()),connectorBucketNodeMap.getBucketCount()) to createArbitraryBucketToNode(nodeScheduler.createNodeSelector(connectorId).allNodes(),connectorBucketNodeMap.getBucketCount())
- unmodifiableMap(new HashMap<>(mapping)) to unmodifiableList
- ImmutableSet.copyOf(assignments.values()) to ImmutableSet.copyOf(assignments)
- ImmutableSet.copyOf(assignments.values()) to ImmutableSet.copyOf(assignments)
- ImmutableSet.copyOf(assignments.values()) to ImmutableSet.copyOf(assignments)
- storageMovementAttemptedItems.entrySet() to storageMovementAttemptedItems
- from(metrics).uniqueIndex(MetricToKey.INSTANCE) to metrics
- definitionsByKey to definitions.stream().collect(Collectors.toMap(PropertyDefinition::key,Function.identity()))
- ImmutableMap.copyOf(parseStringInt(languageDistributionValue)) to ImmutableList.copyOf(parseStringInt(languageDistributionValue).keySet())
- languageDistribution.entrySet().stream().map(entry -> ImmutableMap.<String,Object>of(FIELD_LANGUAGES_KEY,entry.getKey(),FIELD_LANGUAGES_VALUE,entry.getValue())).collect(Collectors.toList()) to languages
- toQualityProfilesByLanguage(rulesProfilesByLanguage) to toFlatList(rulesProfilesByLanguage)
- MoreCollectors.uniqueIndex(Map.Entry::getKey,entry -> toQualityProfiles(entry.getValue()),buildersByLanguage.size()) to MoreCollectors.toList()
- collect to collect
- entry("incremental","true") to tuple("incremental","true")
- entry("pr","mypr") to tuple("pr","mypr")
- containsOnly to containsOnly
- entry.key() to i
- entry.key() to i
- isPrimary to idealAssignment.equals(assignment)
- getPropertyKeyId to population.descriptor.getPropertyKeyId()
- populations.keySet().stream() to population
- populations.keySet() to population
- getLabelId to population.descriptor.getLabelId()
- populations.keySet().stream() to population
- populations.keySet() to population
- populations.values() to populations
- populations.containsKey(population.schema()) to populations.remove(population)
- population.descriptor.schema() to population
- populations.keySet().stream().flatMapToInt(this::propertyKeyIds).distinct() to populations.stream().flatMapToInt(this::propertyKeyIds).distinct()
- getLabelId to population.schema().getLabelId()
- populations.keySet().stream() to population
- populations.keySet() to population
- negotiatedModifierProtocols.values().stream().flatMap(Streams::ofOptional) to negotiatedModifierProtocols.stream().map(Pair::other).flatMap(Streams::ofOptional)
- rowGroupMetadata.getHostAffinity() to TableStatisticsKind.ROW_COUNT
- TableStatisticsKind.ROW_COUNT to rowGroupMetadata.getRowCount()
- rowGroups.iterator().next().getColumnsStatistics().keySet() to TableStatisticsKind.ROW_COUNT
- mergeColumnsStatistics(rowGroups,TableStatisticsKind.ROW_COUNT,PARQUET_STATISTICS,parquetTableMetadata) to TableStatisticsKind.ROW_COUNT.mergeStatistics(rowGroups)
- rowGroups.iterator().next() to TableStatisticsKind.ROW_COUNT
- Rename Variable
- gcTimesBeforeSleep to gcBeanListBeforeSleep
- gcTimesAfterSleep to gcBeanListAfterSleep
- s3ContentEncodingFileExtensions to s3ContentHeaders
- metadataToImmediateUploaders to immediateUploadMetadata
- deletedRequestIdToTaskIds to taskIdsForDeletedRequest
- newIds to created
- remainingFixedItems to remainingIgnoredItems
- remainingFixedItems to remainingIgnoredItems
- refs to refProps
- refs to refProps
- usages to newAndImplementsNodes
- usages to newAndImplementsNodes
- headersAsAttribute to headersAsAttributes
- headersAsAttribute to headersAsAttributes
- map to words
- getFlameGraph to getTraces
- getLinksByTitle to getLinks
- labels to hostSelectors
- LABELS_MAP to HOST_SELECTORS
- jobs to hosts
- jobsFuture to hostsFuture
- jobsFuture to hostsFuture
- selectedLabels to hostSelectors
- map to components
- map to components
- map to components
- map to components
- map to components
- map to components
- map to components
- requests to tasks
- sessions to needKeepAlive
- sessions to needKeepAlive
- sessions to needKeepAlive
- nodeSubscriptions to subscribers
- registrations to registeredBeans
- registrations to registeredBeans
- components to controllers
- components to controllers
- accessorMethodEntries to accessorMethods
- agentActiveThreadReposioty to agentActiveThreadRepository
- counterMapEntry to incrementMapEntry
- counterMapEntry to incrementMapEntry
- applicationAgentListMap to applicationAgentLists
- spMap to spList
- identityProviderMap to identityProviders
- errorMap to errorList
- hris to locations
- hris to locations
- regionsMap to allRegionLocations
- peerConfigs to peers
- getSocialConfig to getIdentityProviders
- getSocialConfig to getIdentityProviders
- socialConfig to identityProviders
- socialConfig to identityProviders
- getApplicationNameMap to getClients
- getApplicationNameMap to getClients
- getUserAttributes to getGroups
- attributes to userGroups
- getGrantedProtocolMappers to getGrantedClientScopes
- grantedClientRoles to grantedClientScopes
- grantedClientRoles to grantedClientScopes
- registeredSerializers to registeredTypesWithSerializers
- registeredSerializers to registeredTypesWithSerializers
- registeredSerializers to registeredTypesWithSerializers
- registeredSerializersClasses to registeredTypesWithSerializerClasses
- registeredSerializersClasses to registeredTypesWithSerializerClasses
- registeredSerializersClasses to registeredTypesWithSerializerClasses
- topicPartitionMap to partitionsList
- kvStateForTaskMap to subtaskKeyGroupStates
- catalogNames to catalogs
- actualArgumentMappings to actualAggregationArguments
- argumentMappings to aggregationArguments
- argumentMappings to aggregationArguments
- argumentMappings to aggregationArguments
- argumentMappings to aggregationArguments
- argumentMappings to aggregationArguments
- argumentMappings to aggregationArguments
- newArgumentMappings to newAggregationArguments
- newArgumentMappings to newAggregationArguments
- omMap to omList
- omMap to omList
- omMap to omList
- omMap to omList
- metricByKeys to metrics
- definitionsByKey to definitions
- languageDistribution to languages
- languagesDistribution to languages
- languageDistribution to languages
- rulesByKey to results
- rulesByKey to results
- rulesByKey to results
- rulesByKey to results
- qProfilesByLanguage to qProfiles
- qProfilesByLanguage to qProfiles
- qProfilesByLanguage to qProfiles
- qProfilesByLanguage to qProfiles
- toQualityProfilesByLanguage to toFlatList
- qProfilesbyLanguage to profiles
- qProfilesbyLanguage to profiles
- getQProfilesByLanguage to get
- getQProfilesByLanguage to get
- putMap to writeVals
- putMap to writeVals
- filteredMap to entriesList
- filteredMap to entriesList
- tmp to idealAssignment
- updateMap to updates
- updateMap to updates
- updateMap to updates
- updateMap to updates
- updateMap to updates
- updateMap to updates
- updateMap to updates
- Cascading Type Change (Similar)
- Map<String,AnnotatedMember> to List<BeanPropertyDefinition>
- Map<JobId,Job> to List<String>
- Map<JobId,Job> to List<String>
- ListenableFuture<Map<JobId,Job>> to ListenableFuture<List<String>>
- Map<Integer,Integer> to List<TIntArrayList>
- Map<Integer,Integer> to List<TIntArrayList>
- Map<Integer,Integer> to List<TIntArrayList>
- Map<NodeId,Subscription> to List<SubscriptionMetadata>
- Map<String,TActiveThreadResponse> to List<AgentActiveThreadStatus>
- Map<String,SamlServiceProviderHolder> to List<SamlServiceProviderHolder>
- Map<String,IdentityProvider> to List<String>
- Map<String,Object> to List<Map<String,Object>>
- Map<HRegionInfo,ServerName> to List<HRegionLocation>
- Map<HRegionInfo,ServerName> to List<HRegionLocation>
- Pair<List<Tag>,Byte> to Triple<List<Tag>,Byte,Long>
- Map<String,String> to List<IdentityProviderModel>
- Map<String,ConnectorId> to List<Catalog>
- Map<Symbol,Symbol> to List<Symbol>
- Map<Symbol,Symbol> to List<Symbol>
- Map<Symbol,Symbol> to List<Symbol>
- Rename Method invocation
- findBackReferenceProperties to findBackReferences
- emptyMap to emptyList
- unmodifiableMap to unmodifiableList
- unmodifiableMap to unmodifiableList
- attach to attachVariables
- attach to attachVariables
- getAgentActiveThreadReposioty to getAgentActiveThreadRepository
- getSamlServiceProviderMapForZone to getSamlServiceProvidersForZone
- getRegionLocations to getAllRegionLocations
- getRegionLocations to getAllRegionLocations
- getSocialConfig to getIdentityProviders
- getCatalogNames to getCatalogs
- getArgumentMappings to getAggregationArguments
- emptyMap to emptyList
- emptyMap to emptyList
- emptyMap to emptyList
- Convert Class instance creation to method invocation
- MutationState to add
- RowGroupMetadata to add
- FileMetadata to add
- Update argument list (Method invocation)
- search to search
- findSubnetworks to findSubnetworks
- findSubnetworks to findSubnetworks
- findSubnetworks to findSubnetworks
- keepLargeNetworks to keepLargeNetworks
- Other
- 1 to id1
- 2 to id2
- CommandMessageHandlingMember::isFactoryHandler to handler
- fields to fields
- fields to fields
- bucketToNode.get(bucketedId) to bucketToNode.get(bucketedId)
- res to res
- Introduce Literal
- Wrap or Un-wrap
- Update Class Instacne Creation