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 - Source Insert setter
Summary: Source Insert setter
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 8.2
Hardware: Macintosh (x86) Mac OS X
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-24 17:18 UTC by iamslr
Modified: 2017-04-06 16:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Picture of Insert Source dropdown menu (33.75 KB, image/png)
2017-03-24 17:18 UTC, iamslr
Details

Note You need to log in before you can comment on or make changes to this bug.
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!