[
https://issues.apache.org/jira/browse/HBASE-13628?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14530030#comment-14530030
]
zhangduo commented on HBASE-13628:
----------------------------------
{code}
for (T element; (element = super.poll()) != null;) {
{code}
This is reported by checkstyle as a 'InnerAssignment' issue.
This is a common style when polling from queue so I think it is fine?
> Use AtomicLong as size in BoundedConcurrentLinkedQueue
> ------------------------------------------------------
>
> Key: HBASE-13628
> URL: https://issues.apache.org/jira/browse/HBASE-13628
> Project: HBase
> Issue Type: Bug
> Reporter: zhangduo
> Assignee: zhangduo
> Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1
>
> Attachments: HBASE-13628.patch
>
>
> Remove the high priority findbugs warnings.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)