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 110467 - Attributes display order in project tree is not the same as displayed in diagram editor
Summary: Attributes display order in project tree is not the same as displayed in diag...
Status: NEW
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@uml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-20 20:26 UTC by Joanne Lau
Modified: 2009-05-25 21:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot attached (1.39 MB, image/gif)
2007-07-20 20:31 UTC, Joanne Lau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joanne Lau 2007-07-20 20:26:46 UTC
NB: 200707201200

Steps:
1) Drop an Interface element to the editor
2) Add 1st attribute via Ctrl Shift A
3) Add 2nd attribute via Insert key
4) Select 2nd attribute, Add 3rd attribute via Insert key
     Order in the editor:
        public int at1 = 0
        public int at2 = 0
        public int at3 = 0
   
5) Expand the Attributes node in the project tree under Model
     Order in the project tree
        public int at3 = 0
        public int at1 = 0
        public int at2 = 0

(See attachment)
Comment 1 Joanne Lau 2007-07-20 20:31:56 UTC
Created attachment 45459 [details]
screenshot attached