DaveAKing / guava-libraries

Automatically exported from code.google.com/p/guava-libraries
Apache License 2.0
0 stars 0 forks source link

BitArray in the BloomFilterStrategies's bitSize may be out of range #1702

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
method named bitSize() return int :   
if data.length==Integer.MAX_VALUE  
data.length * 64 will out of int's  range

Original issue reported on code.google.com by magician...@gmail.com on 21 Mar 2014 at 10:20

GoogleCodeExporter commented 9 years ago
I actually *just* submitted a fix for this yesterday. It should be mirror 
upstream shortly.

This is also related to issue #1119

Original comment by kak@google.com on 21 Mar 2014 at 1:50

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 21 Mar 2014 at 6:49

GoogleCodeExporter commented 9 years ago
This issue has been migrated to GitHub.

It can be found at https://github.com/google/guava/issues/<id>

Original comment by cgdecker@google.com on 1 Nov 2014 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by cgdecker@google.com on 3 Nov 2014 at 9:07