-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 9.0
-
Component/s: java - Source
-
Labels:
Based on:
https://netbeans.org/bugzilla/show_bug.cgi?id=271633
reported by Gili
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.
- links to