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 - Declare no public packages
Summary: Declare no public packages
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-12 16:10 UTC by Martin Entlicher
Modified: 2004-08-13 12:12 UTC (History)
0 users

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 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.