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 57772

Summary: Use friend packages for java/freeform
Product: java Reporter: Jesse Glick <jglick>
Component: FreeformAssignee: Jesse Glick <jglick>
Status: VERIFIED FIXED    
Severity: blocker CC: jtulach, rnajman, tzezula
Priority: P1 Keywords: ARCH
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:

Description Jesse Glick 2005-04-12 14:21:38 UTC
Currently java/freeform exports a couple of SPI packages to web/freeform and
possibly other */freeform. These should be declared as friend packages, not public.
Comment 1 Jesse Glick 2005-04-14 20:23:59 UTC
committed   * Up-To-Date  1.10        ide/golden/cluster-deps.txt
committed   * Up-To-Date  1.58        ide/golden/deps.txt
committed   * Up-To-Date  1.16        ide/golden/modules.txt
committed   * Up-To-Date  1.8         j2ee/ejbfreeform/nbproject/project.xml
added       * Up-To-Date  1.1         java/freeform/apichanges.xml
committed   * Up-To-Date  1.6         java/freeform/arch.xml
committed   * Up-To-Date  1.4         java/freeform/manifest.mf
committed   * Up-To-Date  1.3         java/freeform/nbproject/project.properties
committed   * Up-To-Date  1.7         java/freeform/nbproject/project.xml
committed   * Up-To-Date  1.7         web/freeform/nbproject/project.xml
Comment 2 Jaroslav Tulach 2005-04-15 10:43:17 UTC
Nice. One day the project.xml can replace our current manifest.mf...