-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
HBASE-23645 Fixed remaining Checkstyle violations in hbase-common tests #1075
HBASE-23645 Fixed remaining Checkstyle violations in hbase-common tests #1075
Conversation
💔 -1 overall
This message was automatically generated. |
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.
Skimmed. LGTM
Whats the ill-formed xml thing about?
*/ | ||
@Ignore | ||
@Test | ||
public void infiniteLoop() { |
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 remember this one.....
/** | ||
* Perform a predicate evaluation. | ||
* @return the boolean result of the evaluation. | ||
* @throws Exception thrown if the predicate evaluation could not evaluate. | ||
* @throws E thrown if the predicate evaluation could not evaluate. |
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.
Good
@saintstack It is related to HBASE-22732. We get it on every PR targeting branch-1, which changes the suppressions file. |
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
Backport of #989 to branch-1.