You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Jan Lahoda (JIRA)" <ji...@apache.org> on 2018/01/07 13:13:00 UTC

[jira] [Created] (NETBEANS-252) Code Generator unable to add method to enum constants

Jan Lahoda created NETBEANS-252:
-----------------------------------

             Summary: Code Generator unable to add method to enum constants
                 Key: NETBEANS-252
                 URL: https://issues.apache.org/jira/browse/NETBEANS-252
             Project: NetBeans
          Issue Type: Bug
          Components: java - Source
            Reporter: Jan Lahoda
            Assignee: Jan Lahoda


Based on:
https://netbeans.org/bugzilla/show_bug.cgi?id=271633

reported by [~cowwoc]

Consider code like this:
---
package javaapplication1;

public enum E {
    A
    {

    };
}
---

Place the caret between the { } of the enum constant, invoke code completion and try to override toString(). This will fail, and the method won't be added.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@netbeans.apache.org
For additional commands, e-mail: commits-help@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists