Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JavaDoc warning when referencing Lombok generated methods #1766

Open
jnpsk opened this issue Oct 25, 2024 · 0 comments
Open

JavaDoc warning when referencing Lombok generated methods #1766

jnpsk opened this issue Oct 25, 2024 · 0 comments

Comments

@jnpsk
Copy link
Collaborator

jnpsk commented Oct 25, 2024

There is following JavaDoc warning during compilation

[WARNING] Javadoc Warnings
[WARNING] /.../powerauth-server/powerauth-java-server/src/main/java/io/getlime/security/powerauth/app/server/configuration/CacheConfiguration.java:44: warning: reference not found: CallbackUrlEntity#getId()
[WARNING] * {@link CallbackUrlEntity#getId()} is used as a cache key.
[WARNING] ^
[WARNING] 1 warning

That is probably caused by missing Lombok generated methods during JavaDoc generation. Similar issue were already solved here wultra/powerauth-push-server#867

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant