Description
For both GenericKeyedObjectPool and GenericObjectPool, FindBugs signals an inconsistent sycnhronization warning (IS2_INCONSISTENT_SYNC) however it turns out it's a false alert.
Talking to [pool] developers, the general consensus was to update findbugs-exclude-filter.xml to exclude these 2 checks, hence this ticket.