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 61811 - Reloading of menu items is broken
Summary: Reloading of menu items is broken
Status: VERIFIED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jaroslav Tulach
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2005-08-04 16:03 UTC by Jesse Glick
Modified: 2008-12-22 16:40 UTC (History)
2 users (show)

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 Jesse Glick 2005-08-04 16:03:18 UTC
I have had various troubles in post-4.1 builds reloading menu items, and I think
Tim has too.

1. Make a module which adds Menu/XXX/ to its layer and install in test mode.
Then change the name to Menu/YYY/ and reload. You now have *two* empty menus:
"XXX" and "YYY".

2. Make a module which adds a menu item and install. Change the code that the
menu item runs. Reload; still runs the old code. At least I cannot test changes
to autoupdate's Module Manager using reload - I have to restart the IDE.
Comment 1 Jaroslav Tulach 2005-09-29 15:05:01 UTC
I've just tested these two scenarious and both worked for me. Sorry. 
 
Comment 2 Jesse Glick 2005-09-30 22:16:23 UTC
Indeed, it is working now. Out of curiosity, any idea when it got fixed?
Comment 3 Jaroslav Tulach 2005-10-05 15:51:44 UTC
Maybe the BinaryFS.FileBase.equals change. Since then the enable/disable of a 
module takes a bit longer, at least I think, which maybe be a sign that it 
does more and in better way.