cornercorner
FeaturesPluginsDocs & SupportCommunityPartners

Bug 64397 - Incorrect source when firing project opened/closed
: Incorrect source when firing project opened/closed
Status: RESOLVED FIXED
: projects
Generic Projects UI
: 5.0
: All All
: P4 (vote)
: 6.0
Assigned To:
:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2005-09-15 07:31 by
Modified: 2007-03-26 12:06 (History)
Issue Type: DEFECT
:


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2005-09-15 07:31:38
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 From 2005-09-15 19:17:23 -------
Incorrect but unlikely anyone is relying on the source.
------- Comment #2 From 2007-03-26 12:06:02 -------
done along with #98894