2 Replies Latest reply on Jul 7, 2008 6:00 AM by alesj

    Ignoring '_' in enum name

    alesj

      Similar to this request:
      - http://www.jboss.com/index.html?module=bb&op=viewtopic&t=132000
      Although with a _lot_ less fuss this time :-),
      I would like to suggest the following use case:

      When we have some enum with name that contains '_' we could ignore it and/or change it with space.

      Use case from MC's ControllerMode, where we have 'On Demand', but the enum is ON_DEMAND.
      And InjectOption is 'ByName', but enum is BY_NAME.