Toggle navigation
Home
short to int
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'wildfly'}
Hierarchy/Composition: -
Primitive Info: Widening
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
valuePos
to
iOffset
getShort
to
readInt
Add or Remove Method invocation
Short.parseShort(channelStr)
to
acquireChannelId(channelStr)
buf.readShort()
to
buf.readInt()
Update Class Instacne Creation
new ByteBuffer[numAllBlocks]
to
new Coordinator(numDataBlocks,numAllBlocks)
Rename Method invocation
readShort
to
readInt
writeShort
to
writeInt