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 27282 - Declare org.nb.[as]pi as the only public packages
Summary: Declare org.nb.[as]pi as the only public packages
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-12 17:42 UTC by Jaroslav Tulach
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 2002-09-12 17:42:56 UTC
Make sure that the only public packages are only
those that are part of the API, so everyone who
depends on the module is know to use just the API
and nothing else.

See
http://www.netbeans.org/download/dev/javadoc/OpenAPIs/org/openide/doc-files/upgrade.html#3.4-public-packages

I mean do this just for java.api module not for
the java module, right now!
Comment 1 Jan Becicka 2003-01-06 10:46:57 UTC
Is this issue defect or task?
Should be fixed in 3.5 or 4.0?
Comment 2 Jaroslav Tulach 2003-01-06 12:35:01 UTC
Should be fixed before java-api module is released. Thus P2 and thus
DEFECT.
Comment 3 Svata Dedic 2003-01-07 12:16:59 UTC
Fixed:
/cvs/java/api/manifest.mf,v  <--  manifest.mf
new revision: 1.5; previous revision: 1.4
Comment 4 Jaroslav Tulach 2003-01-07 16:34:22 UTC
I can see the comment there.