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 251296 - incorrect ordering of initalized fields
Summary: incorrect ordering of initalized fields
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Editor (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-19 13:29 UTC by Vladimir Voskresensky
Modified: 2015-03-25 03:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2015-03-19 13:29:39 UTC
try to generate constructor for ClankRunSettings class
there are 4 reference based fields
the are auto checked in Generate dialog - this is good.
Bug when constructor is generated order is different from order in sources. Which is incorrect.
Expect to have the same order as in sources
Comment 1 Alexander Simon 2015-03-19 15:19:18 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/7f63c0d12bb5
Comment 2 Quality Engineering 2015-03-25 03:23:29 UTC
Integrated into 'main-silver', will be available in build *201503250001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/7f63c0d12bb5
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug 251296 incorrect ordering of initalized fields