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

2012-11-11 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/LANG-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13494860#comment-13494860 ] Thomas Neidhart commented on LANG-331: -- lang.enum package has been removed in the 3.0

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

2007-11-12 Thread Ben Speakmon (JIRA)
[ https://issues.apache.org/jira/browse/LANG-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12541949 ] Ben Speakmon commented on LANG-331: --- It's just ugly in there... :( I agree with Stephen that it was a Bad Idea;

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

2007-11-07 Thread Paul Benedict (JIRA)
[ https://issues.apache.org/jira/browse/LANG-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12540770 ] Paul Benedict commented on LANG-331: I do not believe that you should be able to inherit enum constants. Only the

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

2007-11-03 Thread Henri Yandell (JIRA)
[ https://issues.apache.org/jira/browse/LANG-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12539899 ] Henri Yandell commented on LANG-331: Does 'Bad Idea' imply any suggestions? :) Fix for LANG-259 broke

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

2007-10-26 Thread Stephen Colebourne (JIRA)
[ https://issues.apache.org/jira/browse/LANG-331?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537888 ] Stephen Colebourne commented on LANG-331: - The whole cross ClassLoader thing for enums was a Bad Idea :-(