[GitHub] poi pull request #76: Remove the redundant nullcheck of value known to be no...

2017-10-13 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/poi/pull/76 --- - To unsubscribe, e-mail: dev-unsubscr...@poi.apache.org For additional commands, e-mail: dev-h...@poi.apache.org

[GitHub] poi pull request #76: Remove the redundant nullcheck of value known to be no...

2017-10-12 Thread BruceKuiLiu
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.