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 62038

Summary: module private packages are on classpath
Product: apisupport Reporter: pzajac <pzajac>
Component: ProjectAssignee: Martin Krauskopf <mkrauskopf>
Status: VERIFIED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description pzajac 2005-08-10 12:39:12 UTC
[200508091800]
Steps to reproduce:
1) Create Modules Suite SUITE
2) Create module M1 in SUITE (with package m1,the m1 package is not public)
3) Create module M2 in SUITE
4) Add module M1 to classpath M2
6) Add class C1 to m1 package 
7) Create class C2 in any package of M2

The C1 class is on classpath of C2. (It can be used in the file)
Comment 1 Jesse Glick 2005-08-10 17:02:06 UTC

*** This issue has been marked as a duplicate of 59792 ***
Comment 2 pzajac 2005-09-01 16:26:43 UTC
v