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 "Anders Morken (JIRA)" <de...@db.apache.org> on 2006/01/18 16:47:43 UTC

[jira] Updated: (DERBY-823) Minor patches to client/net/(Reply|Request).java to use System.arrayCopy and java.util.Arrays

     [ http://issues.apache.org/jira/browse/DERBY-823?page=all ]

Anders Morken updated DERBY-823:
--------------------------------

    Attachment: derbyclientnet.patch

This minor patch changes a few for loops into equivalent uses of System.arraycopy() and java.util.Arrays.fill().

> Minor patches to client/net/(Reply|Request).java to use System.arrayCopy and java.util.Arrays
> ---------------------------------------------------------------------------------------------
>
>          Key: DERBY-823
>          URL: http://issues.apache.org/jira/browse/DERBY-823
>      Project: Derby
>         Type: Sub-task
>     Reporter: Anders Morken
>  Attachments: derbyclientnet.patch
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


Re: [jira] Updated: (DERBY-823) Minor patches to client/net/(Reply|Request).java to use System.arrayCopy and java.util.Arrays

Posted by "David W. Van Couvering" <Da...@Sun.COM>.
The patch looks good, I'm building and will run some basic sanity tests 
and will check it in.

David

Anders Morken (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/DERBY-823?page=all ]
> 
> Anders Morken updated DERBY-823:
> --------------------------------
> 
>     Attachment: derbyclientnet.patch
> 
> This minor patch changes a few for loops into equivalent uses of System.arraycopy() and java.util.Arrays.fill().
> 
> 
>>Minor patches to client/net/(Reply|Request).java to use System.arrayCopy and java.util.Arrays
>>---------------------------------------------------------------------------------------------
>>
>>         Key: DERBY-823
>>         URL: http://issues.apache.org/jira/browse/DERBY-823
>>     Project: Derby
>>        Type: Sub-task
>>    Reporter: Anders Morken
>> Attachments: derbyclientnet.patch
>>
> 
> 
>