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 64397

Summary: Incorrect source when firing project opened/closed
Product: projects Reporter: Jan Lahoda <jlahoda>
Component: Generic Projects UIAssignee: Milan Kubec <mkubec>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jan Lahoda 2005-09-15 07:31:38 UTC
Derived from issue #58461:

While we're at it, I just found a bug in OpenProjects. It uses
OpenProjectsTrampolineImpl to refire events from OpenProjectList, which is a
good start (e.g. it converts the property name "OpenProjects" to the
API-mandated "openProjects" - why were these different to begin with??); but the
property change event source will be a OpenProjectsTrampolineImpl, which is
incorrect - should be the OpenProjects singleton instance, by the general
JavaBeans contract that the event source is the same thing you attached your
listener to.
Comment 1 Jesse Glick 2005-09-15 19:17:23 UTC
Incorrect but unlikely anyone is relying on the source.
Comment 2 Milos Kleint 2007-03-26 12:06:02 UTC
done along with #98894