You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Michi Mutsuzaki (JIRA)" <ji...@apache.org> on 2014/05/21 20:25:42 UTC

[jira] [Updated] (ZOOKEEPER-1235) store KeeperException messages in the Code enum

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

Michi Mutsuzaki updated ZOOKEEPER-1235:
---------------------------------------

    Attachment: ZOOKEEPER-1235.patch

> store KeeperException messages in the Code enum
> -----------------------------------------------
>
>                 Key: ZOOKEEPER-1235
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1235
>             Project: ZooKeeper
>          Issue Type: Sub-task
>            Reporter: Thomas Koch
>            Assignee: Thomas Koch
>             Fix For: 3.5.0
>
>         Attachments: ZOOKEEPER-1235.patch, ZOOKEEPER-1235.patch
>
>
> Enums are just objects that can have properties. So instead of switching on the code integer, the message can be stored in the enum.
> OK( OK) becomes OK (Ok, "ok")
> getCodeMessage(Code code) just returns code.getMessage()



--
This message was sent by Atlassian JIRA
(v6.2#6252)