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 - Use friend packages for java/freeform
Summary: Use friend packages for java/freeform
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Freeform (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: ARCH
Depends on:
Blocks:
 
Reported: 2005-04-12 14:21 UTC by Jesse Glick
Modified: 2005-09-05 10:01 UTC (History)
3 users (show)

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