-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
review TreeWalker.setupChild method for exceptional cases #4814
Labels
Milestone
Comments
Original post was about adding a new try/catch to TreeWalker.setupChild. I still think we should do this, but to prevent saying the module name multiple times I think we should remove the module name from AutomaticBean. checkstyle/src/main/java/com/puppycrawl/tools/checkstyle/api/AutomaticBean.java Lines 236 to 242 in a73ff08
It is just going to duplicate the work that TreeWalker/Checker will do. Example:
|
rnveach
added a commit
to rnveach/checkstyle
that referenced
this issue
Feb 20, 2019
rnveach
added a commit
that referenced
this issue
Feb 23, 2019
Change was merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
taken from #4755 (comment)
We need to review exception processing and make sure we deliver to user all context details if exception happen.
The text was updated successfully, but these errors were encountered: