Toggle navigation
Home
java.util.List to java.util.LinkedHashMap
No. of Instances - 20
No. of Commits - 7
No. of Projects - {'pheonix', 'che', 'ignite', 'presto', 'flink', 'redisson'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
newArrayListWithExpectedSize(colDefs.size())
to
Maps.newLinkedHashMap()
columns
to
columns.values()
columns
to
columns.values()
node
to
node.getId()
forEach
to
forEach
tableName.asSchemaTableName()
to
type
statement.getComment()
to
type
type
to
column.getName()
finalProperties
to
column.getComment().orElse(null)
Rename Variable
processNodes
to
processTreeNodes
keys
to
map
keys
to
map
Other
columns::add
to
DUPLICATE_COLUMN_NAME
Cascading Type Change (Different)
ConnectorTableMetadata
to
ColumnMetadata
Convert Class instance creation to method invocation
ConnectorTableMetadata
to
put