-
Notifications
You must be signed in to change notification settings - Fork 39
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
Enable Checkstyle's JavadocStyle
module
#451
Conversation
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be nice to also enable checkEmptyJavadoc
as it is disabled by default.
Yes will do! |
a32ae2b
to
04be666
Compare
Looks good. No mutations were possible for these changes. |
It found a missing one, added a proposal. |
Looks good. No mutations were possible for these changes. |
@@ -12,6 +12,8 @@ | |||
// XXX: Can we perhaps work-around this by describing the fixes in reverse order? | |||
final class PrimitiveComparisonTest { | |||
/** | |||
* Identification test for primitive {@code byte} comparisons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Proposal to stick with the usual grammatical form:
* Identification test for primitive {@code byte} comparisons. | |
* Tests the identification of {@code byte} comparisons for which boxing can be avoided. |
Looks good. No mutations were possible for these changes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the tweakz! 👍
Suggested commit message: