I notice that if I create an interface, trhen create an implmneting class, when I add the connector to between the interface and the class, the methods defined in the interface are added to the class.
HOWEVER, if I then update the method in the interface (for instance add/chnage a parameter), the method in the class is NOT update to stay in synch.
Is this intentional? A bug? AN enhancement opportunity?