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

Summary: masking in merged contexts
Product: contrib Reporter: David Konecny <dkonecny>
Component: RegistryAssignee: Jiri Skrivanek <jskrivanek>
Status: RESOLVED WONTFIX    
Severity: blocker CC: rmatous
Priority: P2    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

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.