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 73966 - Changes in public/friend packages in nb.org modules are not visible immediately
Summary: Changes in public/friend packages in nb.org modules are not visible immediately
Status: RESOLVED WONTFIX
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: rmichalsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-03-24 16:07 UTC by pzajac
Modified: 2009-12-21 05: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 pzajac 2006-03-24 16:07:12 UTC
50u1-RC1
Steps to reproduce:
1) Create module1 in nb50 cvs.
2) Create module2 in nb50 cvs.
3) Try add dependency in module2 to module1. The module is not visible in Add
depency list. It's correct beacuse module1 has no public package.
4) Mark public a package in module1. 
5) Try add module1 to module1. The module is not visible in Add dependency list. 
 It works  after ide restarting. 

It works fine with inside non nbcvs suites.
Comment 1 Martin Krauskopf 2006-08-10 09:38:23 UTC
Straightforward fix which works for modules in a "standard distribution" (cf.
nbbuild/cluster.properties#nb.clusters.list). Actually also works for others
modules but after "certain event" (issue #62221) is triggered. E.g. calling
properties on non-standard-build module. So leaving open until fully fixed.

ui/customizer/BasicCustomizer.java; 1.9 -> 1.10;
ui/customizer/CustomizerProviderImpl.java; 1.49 -> 1.50;
ui/customizer/SingleModuleProperties.java; 1.58 -> 1.59;
ui/customizer/SuiteCustomizer.java; 1.18 -> 1.19;
Comment 2 Martin Krauskopf 2008-02-07 17:50:33 UTC
I'm not working on APISupport anymore. Reassigning to owner of the component, so
the issue is not 'forgotten' forever.
Comment 3 Quality Engineering 2009-12-21 05:14:17 UTC
This bug was reported against NetBeans IDE 6.0 or an older release, or against a non-maintained module. NetBeans team does not have enough resources to get to this issue, therefore we are closing the issue as a WONTFIX. If you are interested in providing a patch for this bug, please see our NetFIX guidelines for how to proceed. 

We apologize for any inconvenience.


Thank you.
The NetBeans Team