You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Li Jing Qin (JIRA)" <ji...@apache.org> on 2010/03/15 08:17:27 UTC

[jira] Created: (HARMONY-6472) [classlib][nio]ServerSocketChannelImpl's field status is unread.

[classlib][nio]ServerSocketChannelImpl's field status is unread.
----------------------------------------------------------------

                 Key: HARMONY-6472
                 URL: https://issues.apache.org/jira/browse/HARMONY-6472
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Li Jing Qin
            Priority: Minor


ServerSocketChannelImpl's field status is unread. All the operation on it is write. Remove it and all test case passed as the origin one.

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


[jira] Resolved: (HARMONY-6472) [classlib][nio]ServerSocketChannelImpl's field status is unread.

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu resolved HARMONY-6472.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M14

Thanks Charles!

Patch was applied at r923107, please verify.

> [classlib][nio]ServerSocketChannelImpl's field status is unread.
> ----------------------------------------------------------------
>
>                 Key: HARMONY-6472
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6472
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Li Jing Qin
>            Assignee: Regis Xu
>            Priority: Minor
>             Fix For: 5.0M14
>
>         Attachments: findbug-nio-ServerSocketChannelImpl.diff
>
>
> ServerSocketChannelImpl's field status is unread. All the operation on it is write. Remove it and all test case passed as the origin one.

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


[jira] Updated: (HARMONY-6472) [classlib][nio]ServerSocketChannelImpl's field status is unread.

Posted by "Li Jing Qin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Li Jing Qin updated HARMONY-6472:
---------------------------------

    Attachment: findbug-nio-ServerSocketChannelImpl.diff

Would anyone want to try this?

> [classlib][nio]ServerSocketChannelImpl's field status is unread.
> ----------------------------------------------------------------
>
>                 Key: HARMONY-6472
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6472
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Li Jing Qin
>            Priority: Minor
>         Attachments: findbug-nio-ServerSocketChannelImpl.diff
>
>
> ServerSocketChannelImpl's field status is unread. All the operation on it is write. Remove it and all test case passed as the origin one.

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


[jira] Closed: (HARMONY-6472) [classlib][nio]ServerSocketChannelImpl's field status is unread.

Posted by "Li Jing Qin (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Li Jing Qin closed HARMONY-6472.
--------------------------------


Verified. Thanks Regis.

> [classlib][nio]ServerSocketChannelImpl's field status is unread.
> ----------------------------------------------------------------
>
>                 Key: HARMONY-6472
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6472
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Li Jing Qin
>            Assignee: Regis Xu
>            Priority: Minor
>             Fix For: 5.0M14
>
>         Attachments: findbug-nio-ServerSocketChannelImpl.diff
>
>
> ServerSocketChannelImpl's field status is unread. All the operation on it is write. Remove it and all test case passed as the origin one.

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


[jira] Commented: (HARMONY-6472) [classlib][nio]ServerSocketChannelImpl's field status is unread.

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12847179#action_12847179 ] 

Hudson commented on HARMONY-6472:
---------------------------------

Integrated in Harmony-1.5-head-linux-x86_64 #708 (See [http://hudson.zones.apache.org/hudson/job/Harmony-1.5-head-linux-x86_64/708/])
    

> [classlib][nio]ServerSocketChannelImpl's field status is unread.
> ----------------------------------------------------------------
>
>                 Key: HARMONY-6472
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6472
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Li Jing Qin
>            Assignee: Regis Xu
>            Priority: Minor
>             Fix For: 5.0M14
>
>         Attachments: findbug-nio-ServerSocketChannelImpl.diff
>
>
> ServerSocketChannelImpl's field status is unread. All the operation on it is write. Remove it and all test case passed as the origin one.

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


[jira] Assigned: (HARMONY-6472) [classlib][nio]ServerSocketChannelImpl's field status is unread.

Posted by "Regis Xu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-6472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Regis Xu reassigned HARMONY-6472:
---------------------------------

    Assignee: Regis Xu

> [classlib][nio]ServerSocketChannelImpl's field status is unread.
> ----------------------------------------------------------------
>
>                 Key: HARMONY-6472
>                 URL: https://issues.apache.org/jira/browse/HARMONY-6472
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Li Jing Qin
>            Assignee: Regis Xu
>            Priority: Minor
>         Attachments: findbug-nio-ServerSocketChannelImpl.diff
>
>
> ServerSocketChannelImpl's field status is unread. All the operation on it is write. Remove it and all test case passed as the origin one.

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