garydgregory commented on issue #83: WIP: Initial bloom filter code contribution URL: https://github.com/apache/commons-collections/pull/83#issuecomment-535098662 @Claudenw WRT `org.apache.commons.collections4.bloomfilter.ProtoBloomFilter.hashCode()` This looks like a recipe for concurrency bugs. It would be best to state the intent here: either make as much as possible immutable or document thread-safety expectations (if any.)
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
