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 11929 - Notification missing on package name changes
Summary: Notification missing on package name changes
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-05-04 07:41 UTC by Rochelle Raccah
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
test (912 bytes, application/octet-stream)
2001-05-09 16:25 UTC, Jan Becicka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rochelle Raccah 2001-05-04 07:41:37 UTC
I listen for name changes on the ClassElement in order to update the
corresponding name in my model.  If a user renames a package and says yes to the
dialog about updating package statements in the java, I never get the PROP_NAME
event for the ClassElement, so my model can't get updated.
Comment 1 Jan Chalupa 2001-05-05 23:21:00 UTC
Target milestone -> 3.3
Comment 2 Jan Becicka 2001-05-09 16:22:37 UTC
I cannot reproduce this bug. I'm changing resolution to WORKSFORME. If this bug 
still occures, please reopen. Please take a look at attached sources. Run 
tst.Test using internal execution and then change package tst to e.g. test.
Comment 3 Jan Becicka 2001-05-09 16:25:48 UTC
Created attachment 1331 [details]
test
Comment 4 Jan Becicka 2001-05-09 16:45:25 UTC
attached file is .zip
Comment 5 Rochelle Raccah 2001-05-11 00:14:05 UTC
It turns out to be a bug in my code -- sorry.