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 227390

Summary: Select all and deselect all on code generation dialogs
Product: java Reporter: mienamoo
Component: EditorAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description mienamoo 2013-03-13 06:42:53 UTC
For classes with lots of fields, it would be very useful to have the ability to select all and deselect all fields on the following generation dialogs:

- Generate Constructor
- Generate equals() and hashCode()
- Generate toString()
Comment 1 mago_ebon 2013-03-13 12:52:39 UTC
I think it will also be good to have class inheritance and interface implementations selectable from the new class dialog.
Comment 2 markiewb 2013-08-10 14:22:58 UTC
Also for
- Generate Getters
- Generate Setters
- Generate Getters/Setters
Comment 3 markiewb 2013-08-10 14:23:36 UTC
(In reply to mago_ebon from comment #1)
> I think it will also be good to have class inheritance and interface
> implementations selectable from the new class dialog.

IMHO this has nothing to do with this issue. Please file a separate one.
Comment 4 markiewb 2013-08-10 14:40:00 UTC
See 
#157853 - Generate equals() and hashCode() dialog could use "Select all" button