You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Zhang (JIRA)" <ji...@apache.org> on 2006/07/19 07:27:14 UTC

[jira] Created: (HARMONY-915) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5

[classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5
----------------------------------------------------------------------------

                 Key: HARMONY-915
                 URL: http://issues.apache.org/jira/browse/HARMONY-915
             Project: Harmony
          Issue Type: Improvement
          Components: Classlib
            Reporter: Andrew Zhang


Hello:

The patch will supplement tests for following methods:
1. long transferFrom(ReadableByteChannel src,long position,long count)
2. long transferTo(long position,long count,WritableByteChannel target)

The patch also fixes some bugs in FileChannel implementation.

Thanks!

Best regards,
Andrew

-- 
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

        

[jira] Closed: (HARMONY-915) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-915?page=all ]

Paulex Yang closed HARMONY-915.
-------------------------------

    Estimated Complexity: Novice

Verified by Andrew.

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-915
>                 URL: http://issues.apache.org/jira/browse/HARMONY-915
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: nio.diff
>
>
> Hello:
> The patch will supplement tests for following methods:
> 1. long transferFrom(ReadableByteChannel src,long position,long count)
> 2. long transferTo(long position,long count,WritableByteChannel target)
> The patch also fixes some bugs in FileChannel implementation.
> Thanks!
> Best regards,
> Andrew

-- 
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

        

[jira] Assigned: (HARMONY-915) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-915?page=all ]

Paulex Yang reassigned HARMONY-915:
-----------------------------------

    Assignee: Paulex Yang

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-915
>                 URL: http://issues.apache.org/jira/browse/HARMONY-915
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: nio.diff
>
>
> Hello:
> The patch will supplement tests for following methods:
> 1. long transferFrom(ReadableByteChannel src,long position,long count)
> 2. long transferTo(long position,long count,WritableByteChannel target)
> The patch also fixes some bugs in FileChannel implementation.
> Thanks!
> Best regards,
> Andrew

-- 
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

        

[jira] Commented: (HARMONY-915) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-915?page=comments#action_12422316 ] 
            
Andrew Zhang commented on HARMONY-915:
--------------------------------------

Hello Paulex,

The fix is fine. Thanks!

Best regards,
Andrew

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-915
>                 URL: http://issues.apache.org/jira/browse/HARMONY-915
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: nio.diff
>
>
> Hello:
> The patch will supplement tests for following methods:
> 1. long transferFrom(ReadableByteChannel src,long position,long count)
> 2. long transferTo(long position,long count,WritableByteChannel target)
> The patch also fixes some bugs in FileChannel implementation.
> Thanks!
> Best regards,
> Andrew

-- 
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

        

[jira] Resolved: (HARMONY-915) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5

Posted by "Paulex Yang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-915?page=all ]

Paulex Yang resolved HARMONY-915.
---------------------------------

    Resolution: Fixed

Patch applied at revision r423460 with minor changes, thanks a lot for this enhancement, please verify that the problem is fully fixed as you expected.

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-915
>                 URL: http://issues.apache.org/jira/browse/HARMONY-915
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: Paulex Yang
>         Attachments: nio.diff
>
>
> Hello:
> The patch will supplement tests for following methods:
> 1. long transferFrom(ReadableByteChannel src,long position,long count)
> 2. long transferTo(long position,long count,WritableByteChannel target)
> The patch also fixes some bugs in FileChannel implementation.
> Thanks!
> Best regards,
> Andrew

-- 
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

        

[jira] Updated: (HARMONY-915) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5

Posted by "Andrew Zhang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-915?page=all ]

Andrew Zhang updated HARMONY-915:
---------------------------------

    Attachment: nio.diff

Hello,

    Would you please try my patch?

Thanks!

Best regards,
Andrew

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 5
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-915
>                 URL: http://issues.apache.org/jira/browse/HARMONY-915
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: nio.diff
>
>
> Hello:
> The patch will supplement tests for following methods:
> 1. long transferFrom(ReadableByteChannel src,long position,long count)
> 2. long transferTo(long position,long count,WritableByteChannel target)
> The patch also fixes some bugs in FileChannel implementation.
> Thanks!
> Best regards,
> Andrew

-- 
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