You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pr@cassandra.apache.org by BruceKuiLiu <gi...@git.apache.org> on 2017/10/12 21:08:15 UTC

[GitHub] cassandra pull request #165: Remove the useless conditions.

GitHub user BruceKuiLiu opened a pull request:

    https://github.com/apache/cassandra/pull/165

    Remove the useless conditions.

    The values of the three conditions have been narrowed by previous conditions.
    They have no effect on the current control flow.
    http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_CONDITION

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/BruceKuiLiu/cassandra master2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cassandra/pull/165.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 #165
    
----
commit 93a8cf022883478e5ed2b69fa1e430eef59a2ebe
Author: Kui LIU <br...@gmail.com>
Date:   2017-10-12T21:03:33Z

    Remove the useless conditions.
    
    The values of the three conditions have been narrowed by previous conditions.
    They have no effect on the current control flow.
    http://findbugs.sourceforge.net/bugDescriptions.html#UC_USELESS_CONDITION

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: pr-unsubscribe@cassandra.apache.org
For additional commands, e-mail: pr-help@cassandra.apache.org