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 131867 - [65cat] Support for setting parameters as final.
Summary: [65cat] Support for setting parameters as final.
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: Other Linux
: P3 blocker with 3 votes (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-02 20:12 UTC by rodrigorsantos
Modified: 2013-09-02 14:21 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2008-04-02 20:12:46 UTC
By using the shortcut key CRTL + INSERT for creating a constructor. The IDE created the constructor with the parameters
without the final modifier. 
I suggest that the parameters should be defined as final since by good practicing programming the parameters must be
defined as it.