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/17 11:52:13 UTC

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

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

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


The patch will supplement tests for following methods:
1. int  write(ByteBuffer src)
2. long  write(ByteBuffer[] srcs)
3. long write(ByteBuffer[] srcs, int offset, int length)
4. int  write(ByteBuffer src, long position) 

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-892) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4

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

George Harley resolved HARMONY-892.
-----------------------------------

    Resolution: Fixed

Hi Andrew, 

Changes committed in revision 422709. Please could you verify that everything has been applied as expected. 

Best regards, 
George


> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-892
>                 URL: http://issues.apache.org/jira/browse/HARMONY-892
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: George Harley
>         Attachments: nio.diff
>
>
> The patch will supplement tests for following methods:
> 1. int  write(ByteBuffer src)
> 2. long  write(ByteBuffer[] srcs)
> 3. long write(ByteBuffer[] srcs, int offset, int length)
> 4. int  write(ByteBuffer src, long position) 
> 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-892) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4

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

George Harley reassigned HARMONY-892:
-------------------------------------

    Assignee: George Harley

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-892
>                 URL: http://issues.apache.org/jira/browse/HARMONY-892
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: George Harley
>         Attachments: nio.diff
>
>
> The patch will supplement tests for following methods:
> 1. int  write(ByteBuffer src)
> 2. long  write(ByteBuffer[] srcs)
> 3. long write(ByteBuffer[] srcs, int offset, int length)
> 4. int  write(ByteBuffer src, long position) 
> 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-892) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4

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

Hello George,

The fix looks good. Thanks!

Best regards,
Andrew

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-892
>                 URL: http://issues.apache.org/jira/browse/HARMONY-892
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: George Harley
>         Attachments: nio.diff
>
>
> The patch will supplement tests for following methods:
> 1. int  write(ByteBuffer src)
> 2. long  write(ByteBuffer[] srcs)
> 3. long write(ByteBuffer[] srcs, int offset, int length)
> 4. int  write(ByteBuffer src, long position) 
> 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-892) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4

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

George Harley closed HARMONY-892.
---------------------------------


Verified by Andrew.

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-892
>                 URL: http://issues.apache.org/jira/browse/HARMONY-892
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Assigned To: George Harley
>         Attachments: nio.diff
>
>
> The patch will supplement tests for following methods:
> 1. int  write(ByteBuffer src)
> 2. long  write(ByteBuffer[] srcs)
> 3. long write(ByteBuffer[] srcs, int offset, int length)
> 4. int  write(ByteBuffer src, long position) 
> 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-892) [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4

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

Andrew Zhang updated HARMONY-892:
---------------------------------

    Attachment: nio.diff

Hello,

Would you please try my patch?

Thanks!

Best regards,
Andrew

> [classlib][nio] Supplement tests for java.nio.channels.FileChannel -- step 4
> ----------------------------------------------------------------------------
>
>                 Key: HARMONY-892
>                 URL: http://issues.apache.org/jira/browse/HARMONY-892
>             Project: Harmony
>          Issue Type: Test
>          Components: Classlib
>            Reporter: Andrew Zhang
>         Attachments: nio.diff
>
>
> The patch will supplement tests for following methods:
> 1. int  write(ByteBuffer src)
> 2. long  write(ByteBuffer[] srcs)
> 3. long write(ByteBuffer[] srcs, int offset, int length)
> 4. int  write(ByteBuffer src, long position) 
> 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