[jira] Commented: (LANG-334) Enum is not thread-safe

2007-06-07 Thread Michael Sclafani (JIRA)
[ https://issues.apache.org/jira/browse/LANG-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502481 ] Michael Sclafani commented on LANG-334: --- Sadly, it was much easier for us to use a common subclass that provided

[jira] Commented: (LANG-334) Enum is not thread-safe

2007-06-06 Thread Michael Sclafani (JIRA)
[ https://issues.apache.org/jira/browse/LANG-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502119 ] Michael Sclafani commented on LANG-334: --- I think it will be sufficient to simply use Collections.synchronizedMap(

[jira] Commented: (LANG-334) Enum is not thread-safe

2007-06-06 Thread Michael Sclafani (JIRA)
[ https://issues.apache.org/jira/browse/LANG-334?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12502098 ] Michael Sclafani commented on LANG-334: --- Well, the bug description refers to two enum classes, but your test only

[jira] Created: (LANG-334) Enum is not thread-safe

2007-05-14 Thread Michael Sclafani (JIRA)
Enum is not thread-safe --- Key: LANG-334 URL: https://issues.apache.org/jira/browse/LANG-334 Project: Commons Lang Issue Type: Bug Reporter: Michael Sclafani Enum uses no synchronization. Even if you assume

[jira] Created: (LANG-331) Fix for LANG-259 broke ValuedEnum.compareTo() on subclassed enumerations

2007-05-08 Thread Michael Sclafani (JIRA)
Fix for LANG-259 broke ValuedEnum.compareTo() on subclassed enumerations Key: LANG-331 URL: https://issues.apache.org/jira/browse/LANG-331 Project: Commons Lang Issue T