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

Fix javadoc for copyTo methods #68

Closed
oolubayo opened this issue Dec 23, 2021 · 2 comments
Closed

Fix javadoc for copyTo methods #68

oolubayo opened this issue Dec 23, 2021 · 2 comments

Comments

@oolubayo
Copy link

copyTo methods are generated with an invalid javadoc due to a bad reference to copyOf method. Executing mvn javadoc:javadoc on classes with this javadoc will fail due to the copyOf reference. This error occurs because the copyOf method does not exist in the client class, but only exists in the generated builder class.

Possible Solution:
Remove the {@link copyOf} referenced in the generated javadoc and replace with copyOf (without the @link code).

@mklemm
Copy link
Owner

mklemm commented Apr 12, 2024

Fixed in 4.1.0

@mklemm mklemm closed this as completed Apr 12, 2024
mklemm pushed a commit that referenced this issue Apr 12, 2024
@mklemm
Copy link
Owner

mklemm commented Apr 15, 2024

Version 4.1.0 has just been released. It may take a while to appear on maven central, but it should be available soon.

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

2 participants