GitHub user hanm reopened a pull request:
https://github.com/apache/zookeeper/pull/102
ZOOKEEPER-2628: Fix findbug warnings.
This PR fixed 19 find bug warnings except this one, which might require
interface change that potentially could break client side apps.
Malicious code vulnerability Warnings
org.apache.zookeeper.ZooDefs$Ids.OPEN_ACL_UNSAFE is a mutable collection
Bug type MS_MUTABLE_COLLECTION (click for details)
In class org.apache.zookeeper.ZooDefs$Ids
Field org.apache.zookeeper.ZooDefs$Ids.OPEN_ACL_UNSAFE
At ZooDefs.java:[line 116]
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hanm/zookeeper ZOOKEEPER-2628
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/102.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #102
----
commit fbb0957167f42ba64ab3eab15fae4b8dce9b0f4b
Author: Michael Han <[email protected]>
Date: 2016-11-15T23:09:02Z
ZOOKEEPER-2628: Fix findbug warnings.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---