From: SourceForge.net <no...@so...> - 2008-06-10 21:01:48
|
Bugs item #1831408, was opened at 2007-11-13 14:43 Message generated for change (Comment added) made by phunt You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1831408&group_id=209147 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: java client Group: 3.0.0 >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Benjamin Reed (breed) Assigned to: Mahadev Konar (mahadevkonar) Summary: Use enums rather than ints for types and state Initial Comment: There are a couple of places in ZooKeeper that ints are used when we should really be using enums. The most severe example are the types and states for watch events. It is not always clear which is a type and which is a state. ---------------------------------------------------------------------- >Comment By: Patrick Hunt (phunt) Date: 2008-06-10 14:01 Message: Logged In: YES user_id=12853 Originator: NO Moved to Apache https://issues.apache.org/jira/browse/ZOOKEEPER-7 ---------------------------------------------------------------------- Comment By: Benjamin Reed (breed) Date: 2008-05-12 13:06 Message: Logged In: YES user_id=154690 Originator: YES Bart had expressed intrest in fixing this. ---------------------------------------------------------------------- Comment By: Benjamin Reed (breed) Date: 2008-03-18 08:11 Message: Logged In: YES user_id=154690 Originator: YES Yes please! Contributions are welcome! thanx ben ---------------------------------------------------------------------- Comment By: Don Pinto (dodil) Date: 2008-03-17 21:03 Message: Logged In: YES user_id=1289601 Originator: NO Hi Benjamin, Is it OK for me to work on this ? I am interested to contribute to this project. Thx, Don ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=1008544&aid=1831408&group_id=209147 |