You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Andor Molnar (JIRA)" <ji...@apache.org> on 2018/07/13 10:49:00 UTC

[jira] [Resolved] (ZOOKEEPER-3087) Fix findbug warning introduced by ZOOKEEPER-3084.

     [ https://issues.apache.org/jira/browse/ZOOKEEPER-3087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andor Molnar resolved ZOOKEEPER-3087.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 3.6.0

Issue resolved by pull request 568
[https://github.com/apache/zookeeper/pull/568]

> Fix findbug warning introduced by ZOOKEEPER-3084.
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-3087
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3087
>             Project: ZooKeeper
>          Issue Type: Task
>          Components: tests
>    Affects Versions: 3.6.0
>            Reporter: Michael Han
>            Assignee: Michael Han
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 3.6.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Findbug complains after ZOOKEEPER-3084:
> bq. DM_EXIT: Method invokes System.exit(...): Invoking System.exit shuts down the entire Java virtual machine. This should only been done when it is appropriate. Such calls make it hard or impossible for your code to be invoked by other code. Consider throwing a RuntimeException instead.
> While in this case we should really quit so just make an exception for this case.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)