[
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)