Toggle navigation
Home
java.util.Collection to java.util.Set
No. of Instances - 1
No. of Commits - 1
No. of Projects - {'closure-compiler'}
Hierarchy/Composition: T_SUPER_R
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
ArrayList<>
to
HashSet<>
ArrayList<>
to
HashSet<>
ArrayList<>
to
HashSet<>
LinkedList<String>
to
ArrayList<>
ArrayList<>
to
HashSet<>
C1<K,GridCacheVersion>
to
C1<K,EntryProcessor>
C1<K,GridCacheVersion>
to
C1<K,EntryProcessor>
Add or Remove Method invocation
map.values()
to
map.entrySet()
Collections.unmodifiableCollection(this.namedDescriptorMap.values())
to
Collections.unmodifiableSet(new HashSet<>(this.namedDescriptorMap.values()))
Collections.unmodifiableCollection(this.ordinalDescriptorMap.values())
to
Collections.unmodifiableSet(new HashSet<>(this.ordinalDescriptorMap.values()))
this.executionVertices.put(v.getExecutionVertexID(),v)
to
this.executionVertexIDs.add(v.getExecutionVertexID())
CollectionUtils.isEqualCollection(oldTags,newTags)
to
oldTags.equals(newTags)
getUserId()
to
projectUuid
permission
to
userDto.getId()
selectAuthorizedRootProjectsUuids
to
selectProjectPermissions
activeRule.getKey().qProfile()
to
activeRule.getProfileUuid()
cache2.lockAll(keys2,-1)
to
cache2.lockAll(keys2).tryLock()
cache.lockAll(keys2,100)
to
cache.lockAll(keys2).tryLock(100,TimeUnit.MILLISECONDS)
cache2.lockAll(keys2,-1)
to
cache2.lockAll(keys2).tryLock()
cache.lockAll(keys2,100)
to
cache.lockAll(keys2).tryLock(100,TimeUnit.MILLISECONDS)
F.transform(keys,new C1<K,EntryProcessor>(){ @Override public GridCacheVersion apply( K k){ return ctx.versions().next(opCtx.dataCenterId()); } } )
to
F.viewAsMap(keys,new C1<K,EntryProcessor>(){ @Override public EntryProcessor apply( K k){ return entryProcessor; } } )
F.transform(keys,new C1<K,EntryProcessor>(){ @Override public GridCacheVersion apply( K k){ return ctx.versions().next(opCtx.dataCenterId()); } } )
to
F.viewAsMap(keys,new C1<K,EntryProcessor>(){ @Override public EntryProcessor apply( K k){ return entryProcessor; } } )
part
to
e.getKey()
part
to
e.getKey()
arg
to
dependency.sourcePathTemplate()
pathBuilder.toString()
to
dependency.artifactPathTemplate()
Rename Variable
values
to
entries
values
to
entries
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
endpoints
to
edges
collection
to
set
collection
to
set
collection
to
set
collection
to
set
watchedProps
to
settableWatchedProps
watchedProps
to
settableWatchedProps
preprocessors
to
dispatchInterceptors
readSort
to
readSortAlpha
readSortAsync
to
readSortAlphaAsync
servers
to
tableServers
locations
to
dirsToRemove
containerDnsDetails
to
replicas
projectUuids
to
permissions
qProfileKeys
to
profileUuids
harvestedProfileKeys
to
profileUuids
authorizedProjectIds
to
authorizedProjectUuids
authorizedProjectIds
to
authorizedProjectUuids
filteredJvmArgs
to
excluded
filteredJvmArgs
to
excluded
filteredJvmArgs
to
excluded
authorizationInfo
to
roles
Rename Method invocation
readSort
to
readSortAlpha
readSortAsync
to
readSortAlphaAsync
emptyList
to
emptySet
executeLargeInputs
to
executeLargeInputsIntoSet
keepAuthorizedProjectIds
to
keepAuthorizedProjectUuids
promoteAll
to
localPromote
promoteAll
to
localPromote
promoteAll
to
localPromote
clearLocally0
to
clearLocallyAll
clearLocally0
to
clearLocallyAll
Other
providers
to
providers
users
to
users
groups
to
groups
TIME_ZONE_STRING_TO_SHORT.keySet()
to
TIME_ZONE_STRING_TO_SHORT.keySet()
Cascading Type Change (Similar)
Collection<Long>
to
Set<String>
Update String Literal
"-ea"
to
"indexing"