[
https://issues.apache.org/jira/browse/ACCUMULO-2715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13978334#comment-13978334
]
ASF subversion and git services commented on ACCUMULO-2715:
-----------------------------------------------------------
Commit d392b120025d40eb4a79a5309cf35af1df49db1c in accumulo's branch
refs/heads/1.6.0-SNAPSHOT from [~ctubbsii]
[ https://git-wip-us.apache.org/repos/asf?p=accumulo.git;h=d392b12 ]
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)