You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Patrick Hunt (JIRA)" <ji...@apache.org> on 2008/08/02 00:01:33 UTC

[jira] Created: (ZOOKEEPER-109) cleanup of NPE and Resource issue nits found by static analysis

cleanup of NPE and Resource issue nits found by static analysis
---------------------------------------------------------------

                 Key: ZOOKEEPER-109
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-109
             Project: Zookeeper
          Issue Type: Bug
          Components: server
    Affects Versions: 3.0.0
            Reporter: Patrick Hunt
            Assignee: Patrick Hunt


NPE/ResourceLeak cleanup for issues found during static analysis.


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


[jira] Updated: (ZOOKEEPER-109) cleanup of NPE and Resource issue nits found by static analysis

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Paiva Junqueira updated ZOOKEEPER-109:
---------------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

Patch committed

> cleanup of NPE and Resource issue nits found by static analysis
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-109
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-109
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: ZOOKEEPER-109.patch
>
>
> NPE/ResourceLeak cleanup for issues found during static analysis.

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


[jira] Updated: (ZOOKEEPER-109) cleanup of NPE and Resource issue nits found by static analysis

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

Patrick Hunt updated ZOOKEEPER-109:
-----------------------------------

    Attachment: ZOOKEEPER-109.patch

> cleanup of NPE and Resource issue nits found by static analysis
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-109
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-109
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: ZOOKEEPER-109.patch
>
>
> NPE/ResourceLeak cleanup for issues found during static analysis.

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


[jira] Updated: (ZOOKEEPER-109) cleanup of NPE and Resource issue nits found by static analysis

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

Patrick Hunt updated ZOOKEEPER-109:
-----------------------------------

    Fix Version/s: 3.0.0

> cleanup of NPE and Resource issue nits found by static analysis
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-109
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-109
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>             Fix For: 3.0.0
>
>         Attachments: ZOOKEEPER-109.patch
>
>
> NPE/ResourceLeak cleanup for issues found during static analysis.

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


[jira] Updated: (ZOOKEEPER-109) cleanup of NPE and Resource issue nits found by static analysis

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

Patrick Hunt updated ZOOKEEPER-109:
-----------------------------------

    Status: Patch Available  (was: Open)

Cleaned up some issues found during static code analysis, specifically some potential NPE and resource leaks (close socket/stream).


> cleanup of NPE and Resource issue nits found by static analysis
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-109
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-109
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: ZOOKEEPER-109.patch
>
>
> NPE/ResourceLeak cleanup for issues found during static analysis.

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


[jira] Assigned: (ZOOKEEPER-109) cleanup of NPE and Resource issue nits found by static analysis

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Paiva Junqueira reassigned ZOOKEEPER-109:
------------------------------------------------

    Assignee: Patrick Hunt  (was: Flavio Paiva Junqueira)

> cleanup of NPE and Resource issue nits found by static analysis
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-109
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-109
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: ZOOKEEPER-109.patch
>
>
> NPE/ResourceLeak cleanup for issues found during static analysis.

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


[jira] Commented: (ZOOKEEPER-109) cleanup of NPE and Resource issue nits found by static analysis

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/ZOOKEEPER-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12620979#action_12620979 ] 

Flavio Paiva Junqueira commented on ZOOKEEPER-109:
--------------------------------------------------

+1. Patch looks great. 

> cleanup of NPE and Resource issue nits found by static analysis
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-109
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-109
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Patrick Hunt
>         Attachments: ZOOKEEPER-109.patch
>
>
> NPE/ResourceLeak cleanup for issues found during static analysis.

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


[jira] Assigned: (ZOOKEEPER-109) cleanup of NPE and Resource issue nits found by static analysis

Posted by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Paiva Junqueira reassigned ZOOKEEPER-109:
------------------------------------------------

    Assignee: Flavio Paiva Junqueira  (was: Patrick Hunt)

> cleanup of NPE and Resource issue nits found by static analysis
> ---------------------------------------------------------------
>
>                 Key: ZOOKEEPER-109
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-109
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>    Affects Versions: 3.0.0
>            Reporter: Patrick Hunt
>            Assignee: Flavio Paiva Junqueira
>         Attachments: ZOOKEEPER-109.patch
>
>
> NPE/ResourceLeak cleanup for issues found during static analysis.

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