java.lang.String to java.lang.Long
No. of Instances - 218
No. of Commits - 31
No. of Projects - {'alluxio', 'AxonFramework', 'geoserver', 'bigbluebutton', 'che', 'ignite', 'flink', 'hadoop', 'hibernate-orm', 'Singularity', 'aws-sdk-java', 'kaa', 'atomix', 'dropwizard', 'sonarqube', 'infinispan'}
Hierarchy/Composition: SIBLING
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
- Rename Variable
- mFileToOutputStreamMap to mStreams
- mFileToOutputStreamMap to mStreams
- mFileToOutputStreamMap to mStreams
- mFileToInputStreamIds to mFileIdToInputStreamIds
- mFileToInputStreamIds to mFileIdToInputStreamIds
- mFileToInputStreamIds to mFileIdToInputStreamIds
- mFileToInputStreamIds to mFileIdToInputStreamIds
- mFileToInputStreamIds to mFileIdToInputStreamIds
- mFileToInputStreamIds to mFileIdToInputStreamIds
- mFileToInputStreamIds to mFileIdToInputStreamIds
- mFileToInputStreamIds to mFileIdToInputStreamIds
- mFileToInputStreamIds to mFileIdToInputStreamIds
- user to durationMillis
- getPaths to getFiles
- p to id
- info to values
- containerName to containerID
- containerName to containerID
- containerName to containeID
- containerName to containerID
- containerName to containerID
- containerName to containerID
- containerName to containerID
- containerNames to containerIDs
- containerNames to containerIDs
- containerNames to containerIDs
- containerNames to containerIDs
- containerName to containerID
- containerName to containerID
- containerNames to containerIDs
- containerNames to containerIDs
- snapshotUuids to snapshotIds
- snapshotUuids to snapshotIds
- snapshotUuids to snapshotIds
- snapshotUuids to snapshotIds
- snapshotUuids to snapshotIds
- snapshotUuids to snapshotIds
- snapshotUuid to snapshotId
- snapshotUuid to snapshotId
- snapshotUuid to snapshotId
- userLogin to userId
- names to ids
- selectLogins to selectUserIds
- orderedLogins to orderedIds
- getGroups to getGroupIds
- authorizedComponentUuids to authorizedProjectIds
- pongId to startedOn
- pongId to startedOn
- Add or Remove Method invocation
- mFileToInputStreamIds.containsKey(inputStream.getFilePath()) to mFileIdToInputStreamIds.containsKey(inputStream.getFileId())
- mFileToInputStreamIds.get(inputStream.getFilePath()) to mFileIdToInputStreamIds.get(inputStream.getFileId())
- mFileToInputStreamIds.remove(inputStream.getFilePath()) to mFileIdToInputStreamIds.remove(inputStream.getFileId())
- LOG.warn("Failed to close the input stream resource of file {} and resource id",inputStream.getFilePath(),removal.getKey()) to LOG.warn("Failed to close the input stream resource of file {} with id {} and resource id",inputStream.getFilePath(),inputStream.getFileId(),removal.getKey())
- ((CachedSeekableInputStream)inputStream).getFilePath() to ((CachedSeekableInputStream)inputStream).getFileId()
- mFileToInputStreamIds.containsKey(((CachedSeekableInputStream)inputStream).getFilePath()) to mFileIdToInputStreamIds.containsKey(((CachedSeekableInputStream)inputStream).getFileId())
- mFileToInputStreamIds.get(path) to mFileIdToInputStreamIds.get(fileId)
- mFileToInputStreamIds.containsKey(path) to mFileIdToInputStreamIds.containsKey(fileId)
- startupThreads.contains(threadName + "@" + thread.getId()) to startupThreads.contains(thread.getId())
- write to trx.getLogEntry()
- write.getChunkData() to trx
- DeletedBlocksTransaction.newBuilder().setTxID(txID).setContainerName(containerName).addAllBlockID(blocks).setCount(0) to DeletedBlocksTransaction.newBuilder().setTxID(txID).setContainerID(containerID).addAllLocalID(blocks).setCount(0)
- containerName1 to container1.getContainerID()
- containerName1 to container1.getContainerID()
- LOG.debug("Total Containers processed: {} Container Name: {}",containerProcessedCount.get(),info.getContainerName()) to LOG.debug("Total Containers processed: {} Container Name: {}",containerProcessedCount.get(),info.getContainerID())
- info.getContainerName() to info.getContainerID()
- blockKey to block.getLocalID()
- info.getContainerName() to info.getContainerID()
- CacheBuilder.newBuilder().expireAfterAccess(staleThresholdMs,TimeUnit.MILLISECONDS).maximumSize(maxSize).removalListener(new RemovalListener<Long,XceiverClientSpi>(){ @Override public void onRemoval( RemovalNotification<String,XceiverClientSpi> removalNotification){ synchronized (clientCache) { XceiverClientSpi info=removalNotification.getValue(); info.setEvicted(); } } } ).build() to CacheBuilder.newBuilder().expireAfterAccess(staleThresholdMs,TimeUnit.MILLISECONDS).maximumSize(maxSize).removalListener(new RemovalListener<Long,XceiverClientSpi>(){ @Override public void onRemoval( RemovalNotification<Long,XceiverClientSpi> removalNotification){ synchronized (clientCache) { XceiverClientSpi info=removalNotification.getValue(); info.setEvicted(); } } } ).build()
- blockSummary.containsKey(entry.getContainerName()) to blockSummary.containsKey(entry.getContainerID())
- entry.getContainerName() to entry.getContainerID()
- entry.getBlockIDCount() to entry.getLocalIDCount()
- results.get(y).getContainerName() to results.get(y).getContainerID()
- ab1.getKey() to ab1.getBlockID().getLocalID()
- pipeline1 to ab1.getBlockID()
- ab2.getKey() to ab2.getBlockID().getLocalID()
- pipeline2 to ab2.getBlockID()
- rs.getString("containerName") to rs.getLong("containerID")
- blockKey to block.getLocalID()
- containerNames.add(loc.getContainerName()) to containerNames.add(loc.getContainerID())
- info.getContainerName() to info.getContainerID()
- info.getContainerName() to info.getContainerID()
- info.getContainerName() to info.getContainerID()
- commandIssued.containsKey(info.getContainerName()) to commandIssued.containsKey(info.getContainerID())
- commandIssued.containsKey(info.getContainerName()) to commandIssued.containsKey(info.getContainerID())
- childFullPath to child.getFileId()
- Collectors.toList() to Collectors.toList(groups.size())
- Collectors.toList() to Collectors.toList(dtos.size())
- select(dbSession,query,null).stream() to dtos
- select(dbSession,query,null) to dtos
- Other
- length.get() to length.get()
- length.get() to length.get()
- importId == null ? null : Integer.valueOf(importId) to taskId
- taskId == null ? null : Long.valueOf(taskId) to importId
- "block-" + UUID.randomUUID().toString() to localID
- Update Class Instacne Creation
- new MapStateDescriptor<>("broadcast-state-2",BasicTypeInfo.STRING_TYPE_INFO,BasicTypeInfo.STRING_TYPE_INFO) to new MapStateDescriptor<>("broadcast-state-2",BasicTypeInfo.STRING_TYPE_INFO,BasicTypeInfo.LONG_TYPE_INFO)
- new MapStateDescriptor<>("broadcast-state-2",BasicTypeInfo.STRING_TYPE_INFO,BasicTypeInfo.STRING_TYPE_INFO) to new MapStateDescriptor<>("broadcast-state-2",BasicTypeInfo.STRING_TYPE_INFO,BasicTypeInfo.LONG_TYPE_INFO)
- new MapStateDescriptor<>("broadcast-state-3",BasicTypeInfo.STRING_TYPE_INFO,BasicTypeInfo.STRING_TYPE_INFO) to new MapStateDescriptor<>("broadcast-state-3",BasicTypeInfo.LONG_TYPE_INFO,BasicTypeInfo.STRING_TYPE_INFO)
- new MapStateDescriptor<>("broadcast-state-3",BasicTypeInfo.STRING_TYPE_INFO,BasicTypeInfo.STRING_TYPE_INFO) to new MapStateDescriptor<>("broadcast-state-3",BasicTypeInfo.LONG_TYPE_INFO,BasicTypeInfo.STRING_TYPE_INFO)
- Cascading Type Change (Different)
- Pipeline to ContainerInfo
- ArrayList<String> to ArrayList<>
- RemovalListener<String,XceiverClientSpi> to RemovalListener<Long,XceiverClientSpi>
- Map.Entry<String,Long> to Map.Entry<Long,Long>
- ItemInfo<String> to ItemInfo
- Wrap or Un-wrap
- Cascading Type Change (Similar)
- List<String> to List<Long>
- List<String> to List<Long>
- List<String> to List<Long>
- Set<String> to Set<Long>
- Rename Method invocation