Toggle navigation
Home
java.lang.String to java.util.Collection<java.lang.String>
No. of Instances - 4
No. of Commits - 2
No. of Projects - {'uaa'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Different)
ConnectionRecord
to
Collection<ConnectionRecord>
Rename Method invocation
getActiveConnection
to
getActiveConnections
getTagName
to
getTagNames
get
to
getTrimmedStringCollection
Rename Variable
tunnelUUID
to
tunnelUUIDs
indexAnalyzerFQN
to
stopwords
indexAnalyzerFQN
to
stopwords
getTagName
to
getTagNames
getTagName
to
getTagNames
tagName
to
tagNames
tagName
to
tagNames
tagName
to
tagNames
getLastLine
to
getLastLines
lastLine
to
lastLines
lastLine
to
lastLines
dir
to
classpath
dir
to
folders
dir
to
folders
dir
to
classpath
dir
to
folders
dir
to
folders
dir
to
classpath
fileArr
to
files
libjarsArr
to
libjars
archivesArr
to
archives
qualityProfileKey
to
profileKeys
getQualifier
to
getQualifiers
qualifier
to
qualifiers
qualifier
to
qualifiers
qualifier
to
qualifiers
scopes
to
scopesWithoutHistoricalData
affCacheName
to
affCacheNames
affCacheName
to
affCacheNames
affinityCacheName
to
affinityCacheNames
affCacheName
to
affCacheNames
addr
to
addrs
Other
kind + "_analyzer"
to
analyzerStopwords
kind + "_analyzer"
to
analyzerStopwords
tag.getString().toLowerCase()
to
tag.getString().toLowerCase()
tag.getLastChild().getString().toLowerCase()
to
tag.getLastChild().getString().toLowerCase()
Cascading Type Change (Similar)
String
to
Collection<String>
String
to
Collection<String>
String
to
Collection<String>
String
to
Collection<String>
Add or Remove Method invocation
tagAttr[0].equals(tagName)
to
tagNames.contains(tagAttr[0])
copyArray(roleAttributes)
to
Arrays.asList(roleAttributes)
copyArray(permissionAttributes)
to
Arrays.asList(permissionAttributes)
extensionsCache.get(extensionPoint)
to
extensionNames(extensionPoint,context)
setQuery
to
forEach
qualifier
to
requireNonNull(qualifiers)
qualifier
to
requireNonNull(qualifiers)
componentDao.selectDescendants(dbSession,ComponentTreeQuery.builder().setBaseUuid(rootUuid).setQualifiers(Arrays.asList(scopesWithoutHistoricalData)).setStrategy(Strategy.LEAVES).build()).stream().map(ComponentDto::uuid)
to
componentDao.selectDescendants(dbSession,ComponentTreeQuery.builder().setBaseUuid(rootUuid).setScopes(scopesWithoutHistoricalData).setStrategy(Strategy.LEAVES).build()).stream().map(ComponentDto::uuid)