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 75188 - NativeProjectItemsListener.PropertiesChanged not always called
Summary: NativeProjectItemsListener.PropertiesChanged not always called
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-18 20:35 UTC by Thomas Preisler
Modified: 2009-04-14 19:42 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 Thomas Preisler 2006-04-18 20:35:21 UTC
NativeProjectItemsListener.PropertiesChanged not always called. It happens in
the following scenario using the Configuration manager:

1) start with only one configuration
2) copy active configuration
3) copy active configuration
4) set new active configuration
5) remove old active configuration
6) remove new active configuration
7) save

In this case old and new configuration in Configurations.setDefault are the same
and notification is not sent out.
Comment 1 Thomas Preisler 2006-04-19 05:57:51 UTC
Fixed.
Comment 2 Thomas Preisler 2008-01-14 16:50:32 UTC
I cannot verify this one. Will reopen....
Comment 3 Thomas Preisler 2009-04-14 19:42:08 UTC
Seems to be working now. Will close as fixed.