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 warnings and enforce zero errors in Gradle #2513

Merged
merged 5 commits into from Dec 16, 2021
Merged

Conversation

TimvdLippe
Copy link
Contributor

Now, we ensure that our JavaDoc doesn't produce any warnings. The most
common problems were using < instead of < and & instead of the word
"and".

Now, we ensure that our JavaDoc doesn't produce any warnings. The most
common problems were using < instead of &lt; and & instead of the word
"and".
@@ -6,7 +6,6 @@
/**
* Integration to provide better support for IDEs that support OpenTest4J.
*
* @see org.mocktio.exceptions.verification.junit
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We misspelled our own package name here 😄

We don't actually need this information anymore, as javadoc.io already
adds the information.
@TimvdLippe
Copy link
Contributor Author

I am merging this one as low-risk and mostly mechanical.

@TimvdLippe TimvdLippe merged commit 80e1cc9 into main Dec 16, 2021
@TimvdLippe TimvdLippe deleted the fix-javadoc branch December 16, 2021 13:29
xuelin2020 pushed a commit to xuelin2020/mockito that referenced this pull request Dec 28, 2021
Now, we ensure that our JavaDoc doesn't produce any warnings. The most
common problems were using < instead of &lt; and & instead of the word
"and".
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

Successfully merging this pull request may close these issues.

None yet

1 participant