https://github.com/apache/commons-lang
Revision e29f33c36677fa77d2ab66f412988875ef6edfa5 authored by Benedikt Ritter on 28 March 2015, 15:05:04 UTC, committed by Benedikt Ritter on 28 March 2015, 15:05:04 UTC
At this point if lhs is null, rhs will can not be null.
So evaluating the line with lhs == null will result in
rhs.equals(null) which should always be false.


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1669782 13f79535-47bb-0310-9956-ffa450edef68
1 parent 346aae3
History
Tip revision: e29f33c36677fa77d2ab66f412988875ef6edfa5 authored by Benedikt Ritter on 28 March 2015, 15:05:04 UTC
FindBugs: Load of known null value.
Tip revision: e29f33c
File Mode Size
src
.gitignore -rw-r--r-- 174 bytes
CONTRIBUTING.md -rw-r--r-- 5.3 KB
LICENSE.txt -rw-r--r-- 11.1 KB
NOTICE.txt -rw-r--r-- 301 bytes
README.md -rw-r--r-- 4.9 KB
RELEASE-NOTES.txt -rw-r--r-- 28.9 KB
build.properties.sample -rw-r--r-- 1.5 KB
build.xml -rw-r--r-- 11.5 KB
checkstyle.xml -rw-r--r-- 1.8 KB
default.properties -rw-r--r-- 2.8 KB
doap_lang.rdf -rw-r--r-- 4.5 KB
findbugs-exclude-filter.xml -rw-r--r-- 4.9 KB
pom.xml -rw-r--r-- 21.6 KB

README.md

back to top