[
https://issues.apache.org/jira/browse/ACCUMULO-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978275#comment-13978275
]
ASF subversion and git services commented on ACCUMULO-2715:
-----------------------------------------------------------
Commit 936d2e05cbb693f610f758011c087c3db5241d79 in accumulo's branch
refs/heads/findbugs from [~ctubbsii]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=936d2e0 ]
ACCUMULO-2715 Fix findbugs integer comparison warning in examples
> [FindBugs] Bad comparison of int with 0x7fffffffffffffffL
> ---------------------------------------------------------
>
> Key: ACCUMULO-2715
> URL: https://issues.apache.org/jira/browse/ACCUMULO-2715
> Project: Accumulo
> Issue Type: Sub-task
> Components: examples
> Affects Versions: 1.6.0
> Reporter: Christopher Tubbs
> Assignee: Christopher Tubbs
> Labels: findbugs
> Fix For: 1.6.1, 1.7.0
>
>
> Rank 2 bug:
> {code}
> [INFO] Bad comparison of int with 0x7fffffffffffffffL in
> org.apache.accumulo.examples.simple.client.RandomBatchWriter.main(String[])
> ["org.apache.accumulo.examples.simple.client.RandomBatchWriter"] At
> RandomBatchWriter.java:[lines 48-178]
> {code}
> This doesn't appear to be an actual bug, just one that FindBugs thinks could
> be. Fixing this gets us passing rank 1-3 issues.
--
This message was sent by Atlassian JIRA
(v6.2#6252)