Toggle navigation
Home
int to byte
No. of Instances - 78
No. of Commits - 1
No. of Projects - {'closure-compiler'}
Hierarchy/Composition: -
Primitive Info: Narrowing
NameSpace: Jdk -> Jdk
Mapping:
Cascading Type Change (Similar)
int
to
byte[]
int
to
byte[]
int
to
byte
int
to
byte
int
to
byte
int
to
byte[]
int
to
byte
Other
random.nextInt(64)
to
random.nextInt(64)
random.nextInt(64)
to
random.nextInt(64)
Rename Variable
bufferLength
to
bytes
bufferLength
to
bytes
size
to
flag
intValue
to
byteValue
segmentIndexShift
to
remoteIdentifier
end
to
original
arity
to
data
length
to
serialize
length
to
serialize
keySize
to
firstByte
Rename Method invocation
readInt
to
readByte
intValue
to
byteValueExact
getEnd
to
getBuffer
writeInt
to
write
lengthOf
to
serialize
lengthOf
to
serialize
Add or Remove Method invocation
modIterBitSetSizeInBytes()
to
segmentModIterBitSetsForIdentifierOuterSize
tierBulkModIterBitSetSizeInBytes(tiersInBulk)
to
tierBulkModIterBitSetsForIdentifierOuterSize
Long.numberOfTrailingZeros(bitsPerSegment)
to
remoteIdentifier
channel.isActive()
to
STATUS_CONNECTED
Update Class Instacne Creation
new int[indices.length]
to
new byte[indices.length]