The sequence diagram configuration only allows a blacklisting currently and no way to define the end of the sequence generation. This leads to too deep sequence diagrams with non helpful content.
It would be nice to be able to define the classes to be included for sequence diagrams as well with a whitelist definition which might contain for example the packages which are of interest. The generator would stop going deeper whenever it doesn't hit anymore methods present in the whiteliest regex.
Alternatively, it might be as well helpful to define the end of the sequence (in opposite to the already available configuration for start of the sequence class/method).
The sequence diagram configuration only allows a blacklisting currently and no way to define the end of the sequence generation. This leads to too deep sequence diagrams with non helpful content.
It would be nice to be able to define the classes to be included for sequence diagrams as well with a whitelist definition which might contain for example the packages which are of interest. The generator would stop going deeper whenever it doesn't hit anymore methods present in the whiteliest regex.
Alternatively, it might be as well helpful to define the end of the sequence (in opposite to the already available configuration for start of the sequence class/method).