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 268319 - let user reorder selected fields when generating code
Summary: let user reorder selected fields when generating code
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: Dev
Hardware: All All
: P4 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-10-03 11:15 UTC by homberghp
Modified: 2016-10-03 11:15 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 homberghp 2016-10-03 11:15:57 UTC
When using the insert code wizard, for instance to generate a toString, you are offered a list of fields to include. The list presented seems to understand the reorder gestures, but is unwilling to accept these reorderings. It would be nice if you could reorder the fields before the code is generated.

This example, a generated toString is the one where it would be most useful, although other generated methods (e.g. getters and setters) might also benefit.