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

Summary: Whitelist providers are not merged
Product: java Reporter: Jaroslav Tulach <jtulach>
Component: ProjectAssignee: Tomas Zezula <tzezula>
Status: RESOLVED FIXED    
Severity: normal CC: dkonecny
Priority: P2    
Version: 7.1   
Hardware: Other   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 202187    
Bug Blocks: 201340    

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