You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Thomas Nielsen (JIRA)" <ji...@apache.org> on 2007/10/12 09:49:50 UTC

[jira] Commented: (DERBY-3113) Use Arrays.fill() in StoredPage.clearSection()

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

Thomas Nielsen commented on DERBY-3113:
---------------------------------------

Patch looks good. Good catch on the missing javadoc.

> Use Arrays.fill() in StoredPage.clearSection()
> ----------------------------------------------
>
>                 Key: DERBY-3113
>                 URL: https://issues.apache.org/jira/browse/DERBY-3113
>             Project: Derby
>          Issue Type: Improvement
>          Components: Store
>    Affects Versions: 10.4.0.0
>            Reporter: Knut Anders Hatlen
>            Assignee: Knut Anders Hatlen
>            Priority: Trivial
>         Attachments: d3113.diff
>
>
> StoredPage.clearSection() could be implemented as a simple call to Arrays.fill(pageData, offset, offset+length, 0).

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