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 <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]