You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by "Dylan Hutchison (JIRA)" <ji...@apache.org> on 2015/06/12 02:12:01 UTC

[jira] [Created] (ACCUMULO-3900) Incorrect precondition checking in AbstractEncoder

Dylan Hutchison created ACCUMULO-3900:
-----------------------------------------

             Summary: Incorrect precondition checking in AbstractEncoder
                 Key: ACCUMULO-3900
                 URL: https://issues.apache.org/jira/browse/ACCUMULO-3900
             Project: Accumulo
          Issue Type: Bug
          Components: client
    Affects Versions: 1.7.0
            Reporter: Dylan Hutchison
            Assignee: Dylan Hutchison
            Priority: Trivial


In the method 
{code}public T decode(byte[] b, int offset, int len){code}
the precondition 
{code}offset + len < b.length{code}
should use {{<=}}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)