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

Issue #6586: aligned javadoc/xdoc for VariableDeclarationUsageDistance #6662

Merged
merged 1 commit into from Apr 14, 2019

Conversation

pbludov
Copy link
Member

@pbludov pbludov commented Apr 14, 2019

Issue #6586 (part of #5750)

No changes in the code.

* <property name="ignoreVariablePattern" value="^temp.*"/>
* <property name="validateBetweenScopes" value="true"/>
* <property name="ignoreFinal" value="false"/>
* <module name="VariableDeclarationUsageDistance">
Copy link
Member

Choose a reason for hiding this comment

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

@pbludov I believe you are doing these type of changes by hand, correct? I see the xdoc still uses " instead of ".

Maybe consider enforcing the program to replace these for you so it won't be a manual process and future contributors will be forced to make this change too.
Doing something like this on xdoc will probably require something like XdocPagesTest.testAllXmlExamples (or a modification to it).

@rnveach rnveach merged commit 4bd7576 into checkstyle:master Apr 14, 2019
@pbludov pbludov deleted the issue-6586-var-dist branch April 14, 2019 16:03
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

2 participants