Skip to content

Add checkstyle rule for method javadoc whitespace #199

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

Closed
wants to merge 1 commit into from
Closed

Add checkstyle rule for method javadoc whitespace #199

wants to merge 1 commit into from

Conversation

sushant1987
Copy link

@sushant1987 sushant1987 commented Jun 7, 2020

Javadoc for a method, cannot have white space after description.

E.g.

/**
 * description
 *
 * @param someParam a param
 */

Closes #16

philwebb pushed a commit that referenced this pull request Dec 3, 2020
Update `SpringJavadocCheck` to ensure that method javadoc does not have
any blank lines before their tags.

See gh-199
philwebb added a commit that referenced this pull request Dec 3, 2020
* pr/199:
  Polish 'Add checkstyle rule for method javadoc empty lines'
  Add checkstyle rule for method javadoc empty lines

Closes gh-17005
@philwebb philwebb added this to the 0.0.26 milestone Dec 3, 2020
@philwebb philwebb closed this in f4661d9 Dec 3, 2020
@philwebb
Copy link
Contributor

philwebb commented Dec 3, 2020

Thanks for the PR!

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

Successfully merging this pull request may close these issues.

Add checkstyle rule for method javadoc whitespace
2 participants