You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Flavio Paiva Junqueira (JIRA)" <ji...@apache.org> on 2008/09/09 13:15:44 UTC

[jira] Updated: (ZOOKEEPER-118) findbugs flagged switch statement in followerrequestprocessor.run()

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-118?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Flavio Paiva Junqueira updated ZOOKEEPER-118:
---------------------------------------------

    Attachment: ZOOKEEPER-118.patch

> findbugs flagged switch statement in followerrequestprocessor.run()
> -------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-118
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-118
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: server
>            Reporter: Patrick Hunt
>            Assignee: Flavio Paiva Junqueira
>         Attachments: ZOOKEEPER-118.patch
>
>
> followerrequestprocessor:
> is the case statement for SYNC supposed to fall through?
>                 switch (request.type) {
>                 case OpCode.sync:
>                     zks.pendingSyncs.add(request);
>                 case OpCode.create:
> Please update the docs/code appropriately (if correct note it with comment just after the sync case statement.

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