-
Notifications
You must be signed in to change notification settings - Fork 5
Issue #118: Implement HexLiterialCase Recipe #119
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
Conversation
rdiachenko
left a comment
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.
In addition to notes below, please update README to include this recipe
...ources/org/checkstyle/autofix/recipe/hexliterialcase/hexliteralcase/InputHexLiteralCase.java
Show resolved
Hide resolved
done |
|
@zyadahmed , single commit please |
romani
left a comment
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.
Item
src/main/java/org/checkstyle/autofix/recipe/HexLiteralCase.java
Outdated
Show resolved
Hide resolved
5d895d0 to
2db45cd
Compare
done |
romani
left a comment
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.
Thanks a lot.
src/main/java/org/checkstyle/autofix/recipe/HexLiteralCase.java
Outdated
Show resolved
Hide resolved
2db45cd to
149bc6a
Compare
rdiachenko
left a comment
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
Fixes: #118
Implemented HexLiterialCase Recipe.