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 36283 - masking in merged contexts
Summary: masking in merged contexts
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Registry (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-25 14:45 UTC by David Konecny
Modified: 2008-12-22 13:53 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Konecny 2003-09-25 14:45:13 UTC
At the moment the masking of bindings is solved by
specially named contexts, bindings and attributes.
This masking stuff must be filtered out in
api.Context, because it is implementation detail
which API clients should not know about.

Different proposal is to add explicit support for
masking into Registry SPI. If this gets
implemented the filtering in api.Context is not
needed.

This task should analyze both options and choose
one and then implement it.
Comment 1 Antonin Nebuzelsky 2008-04-15 17:13:52 UTC
Reassigning to new module owner jskrivanek.
Comment 2 David Konecny 2008-04-15 22:17:33 UTC
Registry module is obsolete.