When I type a method signature, UML Designer discards all unknown types, e.g., if you add class FooBuilder
to an empty class diagram, and then type the following signature:
setBar(b: Bar): FooBuilder
Bar
will be discarded and the signature will be set to:
setBar(b: ): FooBuilder
Is it possible to disable such behaviour, i.e., make UML Designer accept the types that aren't defined yet (maybe, automatically define them)?