[
https://issues.apache.org/jira/browse/ZOOKEEPER-1979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14068865#comment-14068865
]
Raul Gutierrez Segales commented on ZOOKEEPER-1979:
---------------------------------------------------
+1, thanks [~hdeng].
> Fix Performance Warnings
> ------------------------
>
> Key: ZOOKEEPER-1979
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1979
> Project: ZooKeeper
> Issue Type: Sub-task
> Reporter: Hongchao Deng
> Assignee: Hongchao Deng
> Priority: Minor
> Fix For: 3.5.0
>
> Attachments: ZOOKEEPER-1979.patch
>
>
> findbugs complains that
> {code}
> new Integer(cnxToValue);
> {code}
> should be changed to
> {code}
> Integer.parseInt(cnxToValue);
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)