This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 270194

Summary: Source Insert setter
Product: java Reporter: iamslr
Component: SourceAssignee: Svata Dedic <sdedic>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Attachments: Picture of Insert Source dropdown menu

Description iamslr 2017-03-24 17:18:07 UTC
Created attachment 163939 [details]
Picture of Insert Source dropdown menu

The option to generate "Setters" or "Getters and Setters" is missing from the Insert Source menu is missing.  The only option available is "Getters".
Comment 1 Svata Dedic 2017-03-25 16:38:44 UTC
Check if your fields are not final or (all fields) do not have setters already.
Comment 2 iamslr 2017-04-06 16:20:37 UTC
I was able to see the getters, setters, and getters and setters option when I was inserting non-final fields.  Thank you!