[ 
https://issues.apache.org/jira/browse/WICKET-3651?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Martin Grigorov resolved WICKET-3651.
-------------------------------------

    Resolution: Won't Fix

I don't see benefit of replacing this class with Java 1.5 enum.
We cannot remove the class from the library because it may be used in user 
applications.
In my previous project we use it instead of enum because it can be extended. 

> Replace EnumeratedType with java enum
> -------------------------------------
>
>                 Key: WICKET-3651
>                 URL: https://issues.apache.org/jira/browse/WICKET-3651
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-core, wicket-examples, wicket-extensions
>    Affects Versions: 1.5-RC3
>            Reporter: Attila Király
>         Attachments: WICKET-3651.patch
>
>
> Most of the EnumeratedType subclasses in wicket can be replaced with Java 
> enums. The sole exception is the Action class, but the EnumeratedType 
> superclass is not needed there either.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to