You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
due to your usage of Lombok, the generated Javadoc currently looks quite incomplete. For example Language#getTotalFields() has a dead link to "fields", and all of the generated getter methods are missing.
It seems this can be solved by first letting Maven run Delombok, and then generating the Javadoc based on that, see https://stackoverflow.com/a/51947792.
Something similar might also work for the Maven -sources.jar, which might make debugging in the IDE easier, see https://stackoverflow.com/q/52362413. However, I don't know if Delombok preserves line numbers, and if not whether this rather causes more issues than it solves when debug line numbers don't match source line numbers.
What do you think?
The text was updated successfully, but these errors were encountered:
Thank you for raising this concern. Indeed, this was something I was considering doing a while back. However, many other things took precedence, and as such I've never circled back around to it. I can take a look at it now while on vacation, but I cannot give any promises. I no longer work at @seart-group, and this project is in maintenance mode for the foreseeable future.
PS: The action works as I intended it to. Too many people opened issues here, and I never heard back from them even when fixes were issued and questions answered. In spite of this, I will also consider what you have proposed in #300.
Hello,
due to your usage of Lombok, the generated Javadoc currently looks quite incomplete. For example
Language#getTotalFields()
has a dead link to "fields", and all of the generated getter methods are missing.It seems this can be solved by first letting Maven run Delombok, and then generating the Javadoc based on that, see https://stackoverflow.com/a/51947792.
Something similar might also work for the Maven
-sources.jar
, which might make debugging in the IDE easier, see https://stackoverflow.com/q/52362413. However, I don't know if Delombok preserves line numbers, and if not whether this rather causes more issues than it solves when debug line numbers don't match source line numbers.What do you think?
The text was updated successfully, but these errors were encountered: