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 36070

Summary: Declare no public packages
Product: obsolete Reporter: Martin Entlicher <mentlicher>
Component: vcsgenericAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Martin Entlicher 2003-09-12 16:10:10 UTC
In the vcsgeneric module and all sub-modules there
should be:
OpenIDE-Module-Public-Packages: -
to declare that no public API is exported.
Friend API dependency needs to be specified where
needed according to issue #36064.
Comment 1 Martin Entlicher 2003-09-12 16:10:48 UTC
Scheduling for 4.0.
Comment 2 Martin Entlicher 2004-04-26 16:57:58 UTC
Just org.netbeans.modules.vcs.profiles.** defined as public packages.
This is necessary for VCS profile modules.