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 271658

Summary: Auto-generated class member getters and setters use capital first letters in function names
Product: cnd Reporter: gromit190
Component: EditorAssignee: issues@cnd <issues>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description gromit190 2017-10-17 13:06:11 UTC
When auto-generating class member getters and/or setters (using ALT+INSERT and selecting either "Getter..." or "Setter..."), the functions generated are named with a capital first letter.

For instance, for a member "int x", the auto-generated getter would be automatically named "int GetX()".

Many developers (including myself) prefer to use lower-case first letter in member functions. I have yet to find a way how to change this behaviour in NetBeans.