You need to log in before you can comment on or make changes to this bug.
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.
Incorrect but unlikely anyone is relying on the source.
done along with #98894