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

Summary: Declare org.nb.[as]pi as the only public packages
Product: java Reporter: Jaroslav Tulach <jtulach>
Component: UnsupportedAssignee: Svata Dedic <sdedic>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 3.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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.