GitHub user BruceKuiLiu opened a pull request:

    https://github.com/apache/poi/pull/76

    Remove the redundant nullcheck of value known to be non-null.

    These source code contains redundant checks of known non-null values 
against the constant null.
    
http://findbugs.sourceforge.net/bugDescriptions.html#RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE

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

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

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

    https://github.com/apache/poi/pull/76.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 #76
    
----
commit 173e80cf132be0a6cebd6152eafd73e2538cb780
Author: Kui LIU <[email protected]>
Date:   2017-10-12T22:17:07Z

    Remove the redundant nullcheck of value known to be non-null.
    
    These source code contains redundant checks of known non-null values 
against the constant null.
    
http://findbugs.sourceforge.net/bugDescriptions.html#RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE

----


---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to