You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@isis.apache.org by "Dan Haywood (JIRA)" <ji...@apache.org> on 2015/12/28 17:16:49 UTC

[jira] [Closed] (ISIS-1253) Default title for enums is not friendly name

     [ 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)