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/06 09:17:29 UTC

[jira] Created: (HARMONY-778) [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl

[classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl
------------------------------------------------------------------------------

         Key: HARMONY-778
         URL: http://issues.apache.org/jira/browse/HARMONY-778
     Project: Harmony
        Type: Improvement

  Components: Classlib  
    Reporter: Andrew Zhang


Refine several methods of o.a.h.nio.internal.ServerSocketChannelImpl. The improvements include: 

1. implConfgiureBlocking method: Remove an unnecessary operation as discussed on mailing-list. [1]

2. Change ArrayIndexOutOfBoundsException to IndexOutOfBoundsException in read/write methods as spec specifies and RI also

throws IndexOutOfBoundsException. 

I'll upload a patch soon. 

Thanks! 

Best regards, 
Andrew 


[1] Thread: [continuum] BUILD FAILURE: Classlib/win.ia32 Build/Test (Jul 30) 

-- 
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-778) [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl

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

Andrew Zhang commented on HARMONY-778:
--------------------------------------

Hello,

"implConfgiureBlocking method: Remove an unnecessary operation as discussed on mailing-list. [1] " is not correct. 

Would you please close the issue and mark it as invalid? Sorry for the inconvenience caused by me.

Thanks! 

Best regards,
Andrew


> [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl
> ------------------------------------------------------------------------------
>
>          Key: HARMONY-778
>          URL: http://issues.apache.org/jira/browse/HARMONY-778
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Andrew Zhang
>     Assignee: George Harley

>
> Refine several methods of o.a.h.nio.internal.ServerSocketChannelImpl. The improvements include: 
> 1. implConfgiureBlocking method: Remove an unnecessary operation as discussed on mailing-list. [1]
> 2. Change ArrayIndexOutOfBoundsException to IndexOutOfBoundsException in read/write methods as spec specifies and RI also
> throws IndexOutOfBoundsException. 
> I'll upload a patch soon. 
> Thanks! 
> Best regards, 
> Andrew 
> [1] Thread: [continuum] BUILD FAILURE: Classlib/win.ia32 Build/Test (Jul 30) 

-- 
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-778) [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl

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

Andrew Zhang commented on HARMONY-778:
--------------------------------------

Sorry for my type mistake. 

At the first line of this JIRA description, it should be "SocketChannelImpl", not "ServerSocketChannelImpl".

Thanks!

> [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl
> ------------------------------------------------------------------------------
>
>          Key: HARMONY-778
>          URL: http://issues.apache.org/jira/browse/HARMONY-778
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Andrew Zhang

>
> Refine several methods of o.a.h.nio.internal.ServerSocketChannelImpl. The improvements include: 
> 1. implConfgiureBlocking method: Remove an unnecessary operation as discussed on mailing-list. [1]
> 2. Change ArrayIndexOutOfBoundsException to IndexOutOfBoundsException in read/write methods as spec specifies and RI also
> throws IndexOutOfBoundsException. 
> I'll upload a patch soon. 
> Thanks! 
> Best regards, 
> Andrew 
> [1] Thread: [continuum] BUILD FAILURE: Classlib/win.ia32 Build/Test (Jul 30) 

-- 
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-778) [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl

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

George Harley reassigned HARMONY-778:
-------------------------------------

    Assign To: George Harley

> [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl
> ------------------------------------------------------------------------------
>
>          Key: HARMONY-778
>          URL: http://issues.apache.org/jira/browse/HARMONY-778
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Andrew Zhang
>     Assignee: George Harley

>
> Refine several methods of o.a.h.nio.internal.ServerSocketChannelImpl. The improvements include: 
> 1. implConfgiureBlocking method: Remove an unnecessary operation as discussed on mailing-list. [1]
> 2. Change ArrayIndexOutOfBoundsException to IndexOutOfBoundsException in read/write methods as spec specifies and RI also
> throws IndexOutOfBoundsException. 
> I'll upload a patch soon. 
> Thanks! 
> Best regards, 
> Andrew 
> [1] Thread: [continuum] BUILD FAILURE: Classlib/win.ia32 Build/Test (Jul 30) 

-- 
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-778) [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl

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

    Resolution: Invalid

As requested by originator. 

> [classlib][nio] Refine several methods of o.a.h.nio.internal.SocketChannelImpl
> ------------------------------------------------------------------------------
>
>          Key: HARMONY-778
>          URL: http://issues.apache.org/jira/browse/HARMONY-778
>      Project: Harmony
>         Type: Improvement

>   Components: Classlib
>     Reporter: Andrew Zhang
>     Assignee: George Harley

>
> Refine several methods of o.a.h.nio.internal.ServerSocketChannelImpl. The improvements include: 
> 1. implConfgiureBlocking method: Remove an unnecessary operation as discussed on mailing-list. [1]
> 2. Change ArrayIndexOutOfBoundsException to IndexOutOfBoundsException in read/write methods as spec specifies and RI also
> throws IndexOutOfBoundsException. 
> I'll upload a patch soon. 
> Thanks! 
> Best regards, 
> Andrew 
> [1] Thread: [continuum] BUILD FAILURE: Classlib/win.ia32 Build/Test (Jul 30) 

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