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

Dan Haywood closed ISIS-1253.
-----------------------------
    Resolution: Invalid

was coded as:

{code}
    static enum DemoExceptionType {
        RecoverableException,
        RecoverableExceptionAutoEscalated,
        NonRecoverableException;
    }
{code}

when should have been:

{code}
    static enum DemoExceptionType {
        RECOVERABLE_EXCEPTION,
        RECOVERABLE_EXCEPTION_AUTO_ESCALATED,
        NON_RECOVERABLE_EXCEPTION;
    }
{code}

> Default title for enums is not friendly name
> --------------------------------------------
>
>                 Key: ISIS-1253
>                 URL: https://issues.apache.org/jira/browse/ISIS-1253
>             Project: Isis
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.10.0
>            Reporter: Dan Haywood
>            Assignee: Dan Haywood
>            Priority: Minor
>             Fix For: 1.11.0
>
>
> eg in todoapp, ToDoItem#demoException(...)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to