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 - [50cat] Create Constructor from fields
Summary: [50cat] Create Constructor from fields
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker with 5 votes (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-03 12:35 UTC by kalali
Modified: 2007-07-03 17:35 UTC (History)
0 users

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 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...".