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 29071

Summary: Document ordering abilities of Sheet.Set
Product: platform Reporter: Jesse Glick <jglick>
Component: NodesAssignee: t_h <t_h>
Status: RESOLVED FIXED    
Severity: blocker CC: asunhachawee
Priority: P4 Keywords: API
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 21065    
Attachments: Suggested patch improving Javadoc; also corrects some broken synchronization

Description Jesse Glick 2002-11-27 21:19:43 UTC
Currently (and from the beginning, AFAIK)
Sheet.Set actually behaves as a list, i.e.
insertion order is significant and retrieval order
predictable. However this was never documented.
Probably it should be now, because of issue #21065.
Comment 1 Jesse Glick 2002-11-27 21:20:48 UTC
Created attachment 8074 [details]
Suggested patch improving Javadoc; also corrects some broken synchronization
Comment 2 Jesse Glick 2002-11-27 21:23:16 UTC
Note: the addition of this semantics to the documentation counts as a
technical API change, but probably not worth documenting as such. It
is compatible, since Sheet.Set is final.
Comment 3 Petr Nejedly 2004-01-09 09:44:41 UTC
Taking over the node bugs from phrebejk.
Comment 4 Jesse Glick 2004-09-29 11:55:39 UTC
Obviously not for 3.6!
Comment 5 Antonin Nebuzelsky 2008-02-08 15:03:51 UTC
Reassigning to new module owner Tomas Holy.
Comment 6 Quality Engineering 2009-12-21 04:36:57 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team
Comment 7 Jesse Glick 2009-12-21 13:18:30 UTC
Still valid; fixing: core-main #86e7145bb6a4
Comment 8 Quality Engineering 2009-12-22 23:43:09 UTC
Integrated into 'main-golden', will be available in build *200912230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/86e7145bb6a4
User: Jesse Glick <jglick@netbeans.org>
Log: #29071: documenting list-like semantics of Sheet.Set.