You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hama.apache.org by "Edward J. Yoon (JIRA)" <ji...@apache.org> on 2009/02/23 07:23:02 UTC

[jira] Updated: (HAMA-155) When get(i, j) is out of index, should throw exception.

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

Edward J. Yoon updated HAMA-155:
--------------------------------

    Attachment: HAMA-155.patch

DenseMatrix/Vector.get() will throw ArrayIndexOutOfBoundsException when out of index.

> When get(i, j) is out of index, should throw exception.
> -------------------------------------------------------
>
>                 Key: HAMA-155
>                 URL: https://issues.apache.org/jira/browse/HAMA-155
>             Project: Hama
>          Issue Type: Bug
>          Components: implementation
>    Affects Versions: 0.1.0
>            Reporter: Edward J. Yoon
>            Assignee: Edward J. Yoon
>             Fix For: 0.1.0
>
>         Attachments: HAMA-155.patch
>
>
> Now 'm1.get(i, j);' returns 0 even if it is out of index.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.