You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sian January (JIRA)" <ji...@apache.org> on 2007/01/23 12:02:49 UTC

[jira] Created: (HARMONY-3039) [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module

[classlib] [nio] Fixes for minor issues found by FindBugs in the nio module
---------------------------------------------------------------------------

                 Key: HARMONY-3039
                 URL: https://issues.apache.org/jira/browse/HARMONY-3039
             Project: Harmony
          Issue Type: Bug
          Components: Classlib
            Reporter: Sian January
            Priority: Minor
         Attachments: nio.patch

I am attaching a patch containing fixes for several minor issues in the nio module.

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


[jira] Updated: (HARMONY-3039) [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module

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

Sian January updated HARMONY-3039:
----------------------------------

    Attachment: nio.patch

> [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3039
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3039
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Sian January
>            Priority: Minor
>         Attachments: nio.patch
>
>
> I am attaching a patch containing fixes for several minor issues in the nio module.

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


[jira] Updated: (HARMONY-3039) [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module

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

Sian January updated HARMONY-3039:
----------------------------------

    Attachment: nio.patch2

Thanks Tim - you're right.  I've attached an updated patch without the bug.

> [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3039
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3039
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Sian January
>         Assigned To: Tim Ellison
>            Priority: Minor
>         Attachments: nio.patch, nio.patch2
>
>
> I am attaching a patch containing fixes for several minor issues in the nio module.

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


[jira] Assigned: (HARMONY-3039) [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module

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

Tim Ellison reassigned HARMONY-3039:
------------------------------------

    Assignee: Tim Ellison

> [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3039
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3039
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Sian January
>         Assigned To: Tim Ellison
>            Priority: Minor
>         Attachments: nio.patch
>
>
> I am attaching a patch containing fixes for several minor issues in the nio module.

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


[jira] Resolved: (HARMONY-3039) [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module

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

Tim Ellison resolved HARMONY-3039.
----------------------------------

    Resolution: Fixed

Sorry it took so long.  I have been through and applied the changes that were identified in your patch in r587500.



> [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3039
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3039
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Sian January
>            Assignee: Tim Ellison
>            Priority: Minor
>         Attachments: nio.patch, nio.patch2
>
>
> I am attaching a patch containing fixes for several minor issues in the nio module.

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


[jira] Closed: (HARMONY-3039) [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module

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

Tim Ellison closed HARMONY-3039.
--------------------------------


Assuming ok.


> [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3039
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3039
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Sian January
>            Assignee: Tim Ellison
>            Priority: Minor
>         Attachments: nio.patch, nio.patch2
>
>
> I am attaching a patch containing fixes for several minor issues in the nio module.

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


[jira] Commented: (HARMONY-3039) [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module

Posted by "Tim Ellison (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12468349 ] 

Tim Ellison commented on HARMONY-3039:
--------------------------------------

Sian.

I have not applied the patch.  The changes to java/nio/channels/spi/SelectorProvider.java seem to be incorrect, as they close the stream irrespective of exceptions being thrown.


> [classlib] [nio] Fixes for minor issues found by FindBugs in the nio module
> ---------------------------------------------------------------------------
>
>                 Key: HARMONY-3039
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3039
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Sian January
>         Assigned To: Tim Ellison
>            Priority: Minor
>         Attachments: nio.patch
>
>
> I am attaching a patch containing fixes for several minor issues in the nio module.

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