[jira] Commented: (ZOOKEEPER-291) regression for legacy code using KeeperException.Code constants (due to 246)

2009-02-06 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671104#action_12671104
 ] 

Hudson commented on ZOOKEEPER-291:
--

Integrated in ZooKeeper-trunk #221 (See 
[http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/221/])


> regression for legacy code using KeeperException.Code constants (due to 246)
> 
>
> Key: ZOOKEEPER-291
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-291
> Project: Zookeeper
>  Issue Type: Bug
>  Components: java client
>Reporter: Patrick Hunt
>Assignee: Patrick Hunt
> Fix For: 3.1.0
>
> Attachments: ZOOKEEPER-291.patch
>
>
> In 246 the old constants were deprecated and replace with enum. In the 
> process usage of the orig constants was broken for switch statements, cases 
> require compiletime constants.

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



[jira] Commented: (ZOOKEEPER-291) regression for legacy code using KeeperException.Code constants (due to 246)

2009-02-04 Thread Mahadev konar (JIRA)

[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-291?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670435#action_12670435
 ] 

Mahadev konar commented on ZOOKEEPER-291:
-

+1 for the patch.

> regression for legacy code using KeeperException.Code constants (due to 246)
> 
>
> Key: ZOOKEEPER-291
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-291
> Project: Zookeeper
>  Issue Type: Bug
>  Components: java client
>Reporter: Patrick Hunt
>Assignee: Patrick Hunt
> Fix For: 3.1.0
>
> Attachments: ZOOKEEPER-291.patch
>
>
> In 246 the old constants were deprecated and replace with enum. In the 
> process usage of the orig constants was broken for switch statements, cases 
> require compiletime constants.

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