-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
CheckstyleV2:Add checkstyle rule to prevent using raw ConcurrentHashMap, LinkedHashSet #4296
Conversation
I don't see the checkstyle rule change but the method changes look good to me |
can you take a look the patch, cc @rdblue |
@felixYyu Shouldn't there be a change to the checkstyle files here? I don't see one in the changeset. |
the checkstyle file has been changed. @RussellSpitzer |
It would be good to clean up the commits and squash them together, other than that, the changes LGTM |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
this Pr updates the issue #3657 @jackye1995