Toggle navigation
Home
byte to int
No. of Instances - 4
No. of Commits - 1
No. of Projects - {'atomix'}
Hierarchy/Composition: -
Primitive Info: Widening
NameSpace: Jdk -> Jdk
Mapping:
Rename Variable
keyBytes
to
numBytes
viewName
to
newOrdinalPosition
viewTenantId
to
newOrdinalPosition
someBytes
to
someInts
someBytes
to
someInts
someBytesPath
to
someIntsPath
someBytesPath
to
someIntsPath
bytes
to
fileLength
rows
to
cols
rows
to
cols
rows
to
cols
c2
to
thatCodePoint
c2
to
thatCodePoint
Cascading Type Change (Similar)
byte[]
to
int
byte[]
to
int
Path<byte[]>
to
Path<int[]>
Other
rowViewKeyMetaData[PhoenixDatabaseMetaData.TABLE_NAME_INDEX]
to
p.ordinalPosition
rowViewKeyMetaData[PhoenixDatabaseMetaData.TENANT_ID_INDEX]
to
p.ordinalPosition
Add or Remove Method invocation
result.array()
to
fileLength
fileLength
to
status.getLen()
writer.writeByteArray("rows",rows)
to
writer.writeInt("cols",cols)
reader.readByteArray("rows")
to
reader.readInt("cols")
Rename Method invocation
assertArrayEquals
to
assertEquals
putByte
to
putUnsignedByte