3
votes

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)?

1

1 Answers

1
votes

That would be an interesting feature to create automatically a class for unknown types. Could you create a new issue in the bug tracker: https://github.com/ObeoNetwork/UML-Designer/issues/new ?