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

update example of AST for TokenTypes.CTOR_CALL #9412

Closed
rdiachenko opened this issue Mar 13, 2021 · 1 comment · Fixed by #10985
Closed

update example of AST for TokenTypes.CTOR_CALL #9412

rdiachenko opened this issue Mar 13, 2021 · 1 comment · Fixed by #10985

Comments

@rdiachenko
Copy link
Contributor

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

Needs to be extended to show example of AST in format that printed by our CLI (change "+-" to "`-") .
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

@AbhinavRajputEXE
Copy link
Contributor

I'm on it.

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