Sebastian Daschner
Sebastian Daschner
Yes, I guess that's is a viable option... Funnily one of my first attempts when I started the Analysis algorithm was to parse the AST from the code, but then...
2a293a900ee2ab4cd0a533fcd7f68962d84735a7 added better JavaDoc parsing using the JavaParser (thanks @rmpestano for the hint!). This now removed the `tools.jar` and it's unstable dependency-tinkering. Please test with the `0.17-SNAPSHOT` version (Maven's staging...
Hmm... can you maybe share more information or a reproducer? Are you using any tools that modify the compiled classes afterwards (like Lombok, for instance)?
Yes, that should do the trick... Would you like to help out with this feature and create a PR? :-)
Sorry for the late response. Yes looks good to me, thanks!
The idea was to use JavaDoc for this -- which basically works, but introduced quite some issues, all due to the (horrible) JavaDoc parser. The JavaDoc parser needs to be...
Ah, I see! Well, I would say, providing JavaDoc is even a cleaner fit for projects, rather than using that annotation, right?
Please see update in #109 @rmannibucau what placeholder are you thinking about? e.g. custom JavaDoc tags?
Thanks for pointing this out. Do you have more information that you can share along with this error? Unfortunately, these types of errors require more information about the bytecode in...
Can you try again with the `0.17` version of the analyzer?