Community
Participate
Working Groups
This method in ModelElement class: public final void removeListener( final ModelPropertyListener listener, final ModelPath path ) doesn't handle ImpliedElementProperty. See Line 855.
I have a fix for it. Should I just go ahead to check it in?
Yes, please fix this.
Fix has been checked in.
There is another instance of this inside removeListener() under branch of else if( head instanceof AllSiblingsSegment )
I think I've got all those instances...
verified with build 393
Closing.