[ 
https://issues.apache.org/jira/browse/NETBEANS-252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16315678#comment-16315678
 ] 

Gili commented on NETBEANS-252:
-------------------------------

[~jlahoda] Thanks for migrating this bug report.

> 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: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to