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

Summary: [65cat] Support for setting parameters as final.
Product: java Reporter: rodrigorsantos <rodrigorsantos>
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: blocker CC: hmichel
Priority: P3    
Version: 6.x   
Hardware: Other   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

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.