Toggle navigation
Home
java.util.concurrent.ConcurrentMap to java.util.Map
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'camel'}
Hierarchy/Composition: R_SUPER_T
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
immediateUploaders
to
immediateUploadersFutures
immediateUploaders
to
immediateUploadersFutures
Add or Remove Method invocation
executorService.submit(performUploadCallable(uploader,finished,true))
to
CompletableFuture.supplyAsync(performUploadSupplier(uploader,finished,true),executorService)
uploader
to
uploader.getUploadMetadata()
clusters.get(i).getName().toLowerCase()
to
clusters.get(i).getName().toLowerCase(configuration.getLocaleInstance())
cluster.getName().toLowerCase()
to
cluster.getName().toLowerCase(configuration.getLocaleInstance())
cluster.getName().toLowerCase()
to
cluster.getName().toLowerCase(configuration.getLocaleInstance())
clusterName.toLowerCase()
to
clusterName.toLowerCase(configuration.getLocaleInstance())
clusterName.toLowerCase()
to
clusterName.toLowerCase(configuration.getLocaleInstance())
newName.toLowerCase()
to
newName.toLowerCase(configuration.getLocaleInstance())
clusterMap.remove(oldName.toLowerCase())
to
clusterMap.remove(oldName.toLowerCase(configuration.getLocaleInstance()))
config.getName().toLowerCase()
to
config.getName().toLowerCase(configuration.getLocaleInstance())
cluster.getName().toLowerCase()
to
cluster.getName().toLowerCase(configuration.getLocaleInstance())
clusterMap.containsKey(cluster.getName().toLowerCase())
to
clusterMap.containsKey(cluster.getName().toLowerCase(configuration.getLocaleInstance()))
U.<String,Object>concurrentMap()
to
U.<String,Object>map()
Cascading Type Change (Similar)
Set<Address>
to
ViewId
Integer
to
UUID
Rename Method invocation
putIfAbsent
to
put
putIfAbsent
to
put
putIfAbsent
to
put
putIfAbsent
to
put
putIfAbsent
to
put
putIfAbsent
to
put
putIfAbsent
to
put
remove
to
get
putIfAbsent
to
put
putIfAbsent
to
computeIfAbsent
Other
(I key) -> new AtomicInteger(0)
to
this
new ConcurrentLinkedQueue<CA>()
to
queue
sizeDeltas
to
sizeDeltas