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 201762 - Whitelist providers are not merged
Summary: Whitelist providers are not merged
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: Other Linux
: P2 normal (vote)
Assignee: Tomas Zezula
URL:
Keywords:
Depends on: 202187
Blocks: 201340
  Show dependency tree
 
Reported: 2011-09-07 15:39 UTC by Jaroslav Tulach
Modified: 2011-09-22 14:37 UTC (History)
1 user (show)

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 Jaroslav Tulach 2011-09-07 15:39:06 UTC
I was just considering to write an implementation of whitelist to remove private package from JDK and I realized that if I do that, I may exclude all other Whitelist providers as the API seems to select only first Whitelist.

Probably all provided Whitelists should be merged.
Comment 1 Jaroslav Tulach 2011-09-07 16:19:33 UTC
I've implemented trivial whitelist provider that may very likely clash with any other installed in the system:
http://hg.netbeans.org/main/contrib/rev/edb16702d124