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 68032

Summary: [50cat] Create Constructor from fields
Product: editor Reporter: kalali <kalali>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: ENHANCEMENT Exception Reporter:

Description kalali 2005-11-03 12:35:17 UTC
[ BUILD # : 051102 ]
[ JDK VERSION : 1.5.0_03 ]

a new refactorin like :
create constructor from fields is very nice to have.
this refctoring will make a constructor from fields that the class have and / or you selectes
Comment 1 cassiomartini 2007-07-03 17:24:39 UTC
this is very needed. Having to create constructors with all fields for javabeans by hand is a waste of time.
Comment 2 Jiri Prox 2007-07-03 17:35:55 UTC
This function is implemented now in 6.0. Just press alt-insert in editor or select "Insert Code" from context menu and
select "Constructor...".