devlauer

Results 6 comments of devlauer

Sorry for the delayed answer. Logical structures such as if/else are not currently supported in the sequence diagram. Since the currently used library javassist for analyzing the control-flow makes this...

Bytecode is currently used for sequence analysis, as this offers greater flexibility, even across library boundaries. This would be different with JavaParser as far as I can see at first...

Hi @Maxouwell, Thank you for your offered help. Personally, I would prefer ASM because it works with bytecode and you can also create diagrams for classes for which no source...

An additional consideration of the jakarta namespace makes sense, because sooner or later all users switch to it. That you rename in this case the method addJavaxAnnotations as well as...

Sorry for the delayed answer! Thanks you very much for your contribution! I've merged your PR and created a new version (2.4.0), which should be available in the next hours.

@Maxouwell : Thank you very much for your contribution! And I am really sorry for the long wait! I released both pull requests as part of version 3.0.1. This version...