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 - Auto-generated class member getters and setters use capital first letters in function names
Summary: Auto-generated class member getters and setters use capital first letters in ...
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.2
Hardware: PC All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-17 13:06 UTC by gromit190
Modified: 2017-10-17 13:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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