[ 
https://issues.apache.org/jira/browse/DERBY-6133?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13618617#comment-13618617
 ] 

Dag H. Wanvik commented on DERBY-6133:
--------------------------------------

Yes; this is in debug assertion code (SanityManager protected), so it should 
not happen.

                
> simple array index typo
> -----------------------
>
>                 Key: DERBY-6133
>                 URL: https://issues.apache.org/jira/browse/DERBY-6133
>             Project: Derby
>          Issue Type: Bug
>          Components: Network Server
>            Reporter: Dave Brosius
>            Assignee: Dave Brosius
>            Priority: Trivial
>         Attachments: 6133.txt
>
>
> code does 
> if (! (columns[0] instanceof Storable))
> instead of 
> if (! (columns[i] instanceof Storable))

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to