java.util.List<java.lang.String> to java.lang.String
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'uaa'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
- Add or Remove Method invocation
- propertyPath.size() to propertyPath.length
- getEmbeddedTypeMetadata(typeMetadata,propertyPath.get(i)) to getEmbeddedTypeMetadata(typeMetadata,propertyPath[i])
- propertyPath.size() to propertyPath.length
- accessor.getAccessor(propertyPath.get(i)) to accessor.getAccessor(propertyPath[i])
- propertyPath.size() to propertyPath.length
- getEmbeddedTypeMetadata(typeMetadata,propertyPath.get(i)) to getEmbeddedTypeMetadata(typeMetadata,propertyPath[i])
- propertyPath.size() to propertyPath.length
- propertyPath.size() to propertyPath.length
- propertyPath.size() to propertyPath.length
- propertyPath.size() to propertyPath.length
- path.size() to path.length
- propertyPath.size() to propertyPath.length
- a.getAccessor(propertyPath.get(i)) to a.getAccessor(propertyPath[i])
- propertyPath.size() to propertyPath.length
- propertyPath.size() to propertyPath.length
- propertyPath.toArray(new String[propertyPath.size()]) to propertyPath
- message.getFrom().map(draftEmailer -> draftEmailer.getEmail().map(allowedFromMailAddresses::contains).orElse(false)) to message.getFrom().map(draftEmailer -> draftEmailer.getEmail().map(allowedFromMailAddress::equals).orElse(false))
- denyList.size() to denyList.length
- cmd.toArray(new String[cmd.size()]) to cmd
- names.size() to names.length
- field(name(table,names.get(i))) to field(name(table,names[i]))
- select().from(right.asTable(table,names.toArray(EMPTY_STRING))) to select().from(right.asTable(table,names))
- RESOURCES to Lists.newArrayList(RESOURCES)
- ZONE_SWITCH_SCOPES.size() to ZONE_SWITCH_SCOPES.length
- ZONE_SWITCH_SCOPES.get(i) to ZONE_SWITCH_SCOPES
- firstNonNull(validationCommand,new ArrayList<>()) to validationParameters
- builder().id(id).name(name).serviceType(serviceType).nodeOperatingSystem(nodeOperatingSystem).executablePath(executablePath).configurationPath(configurationPath).executeParameters(firstNonNull(executeParameters,new ArrayList<>())).validationCommand(validationParameters).defaultTemplate(defaultTemplate) to builder().id(id).name(name).serviceType(serviceType).nodeOperatingSystem(nodeOperatingSystem).executablePath(executablePath).configurationPath(configurationPath).executeParameters(executeParameters).validationParameters(validationParameters).defaultTemplate(defaultTemplate)
- predicate.get(0) to predicate
- requireNonNull(partitionValues,"partitionValues is null").map(partitionName) to requireNonNull(partitionName,"partitionValues is null")
- Arrays.toString(confSource.toArray()) to confSource
- POSSIBLE_QUALIFIERS.toArray(new String[0]) to POSSIBLE_QUALIFIERS
- Other
- path to path
- parser.parse(content) to parser.parse(content)
- listMessageIdsInMailbox(bartAccessToken,getInboxId(bartAccessToken)) to listMessageIdsInMailbox(bartAccessToken,getInboxId(bartAccessToken))
- listMessageIdsForAccount(homerAccessToken) to listMessageIdsForAccount(homerAccessToken)
- new ArrayList<String>() to new String[]{"dropIndexes","dropIndex","createIndexes","createIndex","updateMany","updateOne","replaceOne","deleteMany","deleteOne","insertMany","insertOne","bulkWrite"}
- new ArrayList<String>() to new String[]{"findOneAndUpdate","findOneAndReplace","findOneAndDelete","find","count","distinct","listIndexes"}
- new ArrayList<String>() to new String[]{"findOneAndUpdate","findOneAndReplace","findOneAndDelete","find","count","distinct","listIndexes","countDocuments"}
- location.getTarget() to location.getTarget()
- ImmutableList::copyOf to partitionName
- files to files
- Rename Variable
- allowedSenders to allowedSender
- allowedSenders to allowedSender
- allowedFromMailAddresses to allowedFromMailAddress
- bobInboxMessageIds to bartInboxMessageIds
- messageIds to homerReceivedMessageId
- locations to loc
- specFilePaths to specFilePath
- specs to specPath
- specs to specPath
- specs to specPath
- specPaths to specPath
- channels to channel
- channels to channel
- channels to channel
- channels to channel
- getChannels to getChannel
- methodlist to methodList
- methodlist to methodList
- methodlist to methodList
- argv to argsArray
- incrBackupFileList to files
- incrBackupFileList to files
- incrBackupFileList to files
- incrBackupFileList to files
- incrBackupFileList to files
- incrBackupFileList to files
- mimeTypes to fileExtension
- mimeTypes to mimeType
- getMimeTypes to getMimeType
- partitionValues to partitionName
- partitionValues to partitionName
- partitionValues to partitionName
- logins to organizationUuid
- getLogins to getOrganizationUuid
- getExcludedLogins to getExcludedOrganizationUuid
- excludedLogins to excludedOrganizationUuid
- getAsFiles to commonPath
- Cascading Type Change (Similar)
- List<String> to String
- List<String> to String
- List<String> to String
- List<String> to String[]
- List<String> to String[]
- List<String> to String[]
- List<String> to String
- Rename Method invocation