-
Notifications
You must be signed in to change notification settings - Fork 3.4k
HBASE-19762 Fixed Checkstyle errors in hbase-http #131
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
🎊 +1 overall
This message was automatically generated. |
@@ -37,6 +37,7 @@ | |||
<suppress checks="VisibilityModifier" files=".*/src/test/.*\.java"/> | |||
<suppress checks="InterfaceIsTypeCheck" files=".*/src/main/.*\.java"/> | |||
<suppress checks="EmptyBlockCheck" files="TBoundedThreadPoolServer.java"/> | |||
<suppress checks="EmptyBlockCheck" files=".*/src/test/.*\.java"/> |
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.
Maybe too general? We disable this check in our the tests?
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.
Yes, you're right. That's too general. Will change it.
@@ -1,4 +1,4 @@ | |||
/** | |||
/* |
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.
I think this should be **?
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.
Most of the time (example) I see it with a single *. I know that we use some kind of mixture. In IntelliJ this is also marked as a dangling JavaDoc 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.
But I think in HBase we usually use two stars, and also in hadoop? At least, our code template under the dev-support uses two stars.
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.
Ok, let me change it back to **.
@@ -1,4 +1,4 @@ | |||
/** | |||
/* | |||
* |
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.
Remove the empty line?
@Apache9 I updated the PR according to your feedback. Thanks for that. |
🎊 +1 overall
This message was automatically generated. |
@Apache9 Currently trying to figure out GitHubs merge capabilities. Normally we use |
Please do a force push to your own branch to merge the two commits into one first, and then use 'Rebase and merge'. There is a discussion thread on the dev list about disabling squash and merge so we'd better not use it for now. |
💔 -1 overall
This message was automatically generated. |
No description provided.