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 35210 - Provide Lookup from source hierarchy elements
Summary: Provide Lookup from source hierarchy elements
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Other Linux
: P1 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: API
Depends on:
Blocks: 35209
  Show dependency tree
 
Reported: 2003-07-31 08:10 UTC by Svata Dedic
Modified: 2007-09-26 09:14 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 Svata Dedic 2003-07-31 08:10:45 UTC
As various API classes are no longer implementing Node.Cookie marker, it 
is not possible to get those services from src hierarchy. For example (and 
that's why I am setting it to P1), the Project or ProjectMember.
Comment 1 Tomas Zezula 2003-07-31 13:29:42 UTC
OK,
the lookup will have the following behaviour:

getLookup().lookup()
-all the objects in the CookieSet will be returned be the Lookup.
-objects added into the lookup will be returned by the lookup

getCookie()
-only object from the CookieSet will be returned by the lookup.
Comment 2 Tomas Zezula 2003-07-31 13:32:09 UTC
Sorry for misstake:
< only object from the CookieSet will be returned by the lookup.
should be replaced by:
> only object from the CookieSet will be returned by the getCookie.
Comment 3 Tomas Zezula 2003-07-31 16:44:19 UTC
Added API keyword.
Comment 4 Tomas Zezula 2003-08-19 13:39:48 UTC
Fixed.
Comment 5 Jan Becicka 2003-11-25 14:04:43 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 6 Jan Becicka 2003-11-25 14:13:52 UTC
---> CLOSED
Comment 7 Quality Engineering 2007-09-20 10:54:25 UTC
Reorganization of java component