Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
seems we put the brackets in the wrong place.
short n = 0; n = (short) ((n ^ bytes[offset]) & 0xFF); n = (short) (n << 8); n = (short) ((n ^ bytes[offset+1]) & 0xFF); // this one return n;
Attachments
Attachments
Issue Links
- is broken by
-
HBASE-19497 Fix findbugs and error-prone warnings in hbase-common (branch-2)
- Resolved