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 24251 - CookieSet.add(Class,Factory) does not define order
Summary: CookieSet.add(Class,Factory) does not define order
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Nodes (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@platform
URL:
Keywords: API
Depends on:
Blocks:
 
Reported: 2002-05-30 13:31 UTC by _ pkuzel
Modified: 2008-12-22 22:51 UTC (History)
2 users (show)

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 _ pkuzel 2002-05-30 13:31:34 UTC
I think that using this method you get reverse
lookup order then defined by add(Object).
Comment 1 Jesse Glick 2002-05-30 17:36:52 UTC
I don't think there is any defect here: the precedence order is
undocumented. If you want a certain order, you should override
getCookie() and write it out explicitly. If Svata (author of original
Factory I think) wants to provide a certain order and document it,
that's fine...
Comment 2 Marek Grummich 2002-07-22 11:20:39 UTC
Set target milestone to TBD
Comment 3 Marek Grummich 2002-07-22 11:22:52 UTC
Set target milestone to TBD
Comment 4 Jesse Glick 2003-04-19 18:53:40 UTC
No requests to make the order specified. IMHO there is no need for it
anyway. Reopen with explanation if you disagree.
Comment 5 Marian Mirilovic 2003-07-25 18:54:47 UTC
Jesse is right - closing.