Toggle navigation
Home
com.google.common.collect.ImmutableList to java.util.List
No. of Instances - 2
No. of Commits - 1
No. of Projects - {'hadoop'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: External -> Jdk
Mapping:
Cascading Type Change (Similar)
ImmutableList<MetadataWithMailboxId>
to
List<MailboxMessage>
Rename Method invocation
messageIdMapper.find(ImmutableList.of(messageId),MessageMapper.FetchType.Metadata).stream().filter(inMailboxes(mailboxIds)).map(StoreMessageIdManager::toMetadataWithMailboxId)
to
messageIdMapper.find(ImmutableList.of(messageId),MessageMapper.FetchType.Metadata).stream().filter(inMailboxes(mailboxIds))
newArrayList
to
of
Rename Variable
metadataWithMailbox
to
messageList
listGroups
to
listGroupsAsStrings
listGroupEvents
to
listGroupsEventIdsAsStrings
Add or Remove Method invocation
deadLetters
to
listGroups()
deadLetters
to
listGroupEventIds(group).map(Event.EventId::getId).map(UUID::toString)
deadLetters
to
listGroupEventIds(group).map(Event.EventId::getId)
deadLetters
to
listGroupEventIds(group)
Cascading Type Change (Different)
ArrayList<Appender<ILoggingEvent>>
to
List<Appender<ILoggingEvent>>