[
https://issues.apache.org/jira/browse/HBASE-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ed Kohlwey updated HBASE-3317:
------------------------------
Priority: Trivial (was: Major)
> Javadoc and Throws Declaration for Bytes.incrementBytes() is Wrong
> ------------------------------------------------------------------
>
> Key: HBASE-3317
> URL: https://issues.apache.org/jira/browse/HBASE-3317
> Project: HBase
> Issue Type: Bug
> Reporter: Ed Kohlwey
> Priority: Trivial
>
> The throws declaration for Bytes.incrementBytes() states that an IOException
> is thrown by the method, and javadocs suggest that this is expected if the
> byte array's size is larger than SIZEOF_LONG.
> The code actually uses an IllegalArgumentException, which is probably more
> appropriate anyways. This should be changed to simplify the code that uses
> this method.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.