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

create example of AST for TokenTypes.DIV_ASSIGN #9416

Closed
rdiachenko opened this issue Mar 13, 2021 · 2 comments · Fixed by #9661
Closed

create example of AST for TokenTypes.DIV_ASSIGN #9416

rdiachenko opened this issue Mar 13, 2021 · 2 comments · Fixed by #9661

Comments

@rdiachenko
Copy link
Contributor

https://checkstyle.org/apidocs/com/puppycrawl/tools/checkstyle/api/TokenTypes.html#DIV_ASSIGN

needs to be extended to show example of AST in format that printed by our CLI .
Source to be updated: https://github.com/checkstyle/checkstyle/blob/master/src/main/java/com/puppycrawl/tools/checkstyle/api/TokenTypes.java

PLEASE READ for more details: https://github.com/checkstyle/checkstyle/wiki/Good-practice-on-how-to-update-AST-in-TokenTypes

@shashwatj07
Copy link
Contributor

I'm on it!

@romani
Copy link
Member

romani commented Mar 19, 2021

fix is merged

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

Successfully merging a pull request may close this issue.

3 participants