[ 
https://issues.apache.org/jira/browse/HBASE-3317?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

stack reassigned HBASE-3317:
----------------------------

    Assignee: Ed Kohlwey

> 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
>            Assignee: Ed Kohlwey
>            Priority: Trivial
>             Fix For: 0.92.0
>
>         Attachments: HBASE-3317.patch
>
>
> 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.

Reply via email to