Toggle navigation
Home
int to java.util.List<java.lang.Integer>
No. of Instances - 32
No. of Commits - 11
No. of Projects - {'truth', 'CoreNLP', 'ignite', 'helios', 'presto', 'languagetool', 'giraph'}
Hierarchy/Composition: -
Primitive Info: -
NameSpace: Jdk -> Jdk
Mapping:
Add or Remove Method invocation
start
to
IntStream.range(start,end).boxed().collect(Collectors.toList())
corefMentionIndex_
to
corefMentionIndex_.get(i)
Ints.toArray(argumentChannels)
to
ImmutableList.copyOf(argumentChannels)
get
to
changeTopology
get
to
changeTopology
ImmutableSet.copyOf(Ints.asList(fieldNumbers))
to
ImmutableSet.copyOf(fieldNumbers)
Rename Variable
start
to
potentialPorts
getCorefMentionIndex
to
getCorefMentionIndexList
part
to
lostParts
part
to
lostParts
partitionId
to
partitionIds
partitionId
to
partitionIds
partitionId
to
partitionIds
Other
corefMentionIndex_
to
corefMentionIndex_
input.readUInt32()
to
input.readUInt32()
requireNonNull(markDistinctChannels,"markDistinctChannels is null")
to
requireNonNull(markDistinctChannels,"markDistinctChannels is null")
requireNonNull(partitionChannels,"partitionChannels is null")
to
requireNonNull(partitionChannels,"partitionChannels is null")
requireNonNull(maskChannels,"maskChannels is null")
to
requireNonNull(maskChannels,"maskChannels is null")
Update Class Instacne Creation
new InterpretedHashGenerator(partitionChannelTypes.build(),partitionChannels)
to
new InterpretedHashGenerator(partitionChannelTypes.build(),Ints.toArray(partitionChannels))
new MarkDistinctHash(distinctTypes.build(),markDistinctChannels,hashChannel)
to
new MarkDistinctHash(distinctTypes.build(),Ints.toArray(markDistinctChannels),hashChannel)
Cascading Type Change (Similar)
int
to
List<Integer>
int
to
List<Integer>