Toggle navigation
Home
java.util.List to java.util.Iterator
No. of Instances - 15
No. of Commits - 8
No. of Projects - {'hbase', 'presto', 'flink', 'hadoop', 'sonarqube'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Other
PrivateCellUtil.tagsIterator(cell)
to
PrivateCellUtil.tagsIterator(cell)
Rename Variable
furtherLists
to
furtherIterators
furtherLists
to
furtherIterators
furtherLists
to
furtherIterators
bucketList
to
bucketIterator
bucketList
to
bucketIterator
bucketList
to
bucketIterator
Add or Remove Method invocation
furtherLists.get(nextList)
to
furtherIterators
vol.listBuckets("3",null,null)
to
vol.listBuckets(null,"listbucket-test-4")
vol.listBuckets("100","listbucket-test-4",null)
to
vol.listBuckets(null,"listbucket-test-3")
newArrayList(symbols)
to
Lists.newArrayList(symbols)
Cascading Type Change (Similar)
List<OzoneBucket>
to
Iterator<OzoneBucket>
Update argument list (Method invocation)
listBuckets
to
listBuckets