/[Apache-SVN]
ViewVC logotype

Revision 1669782


Jump to revision: Previous Next
Author: britter
Date: Sat Mar 28 15:05:04 2015 UTC (9 years, 6 months ago)
Changed paths: 1
Log Message:
FindBugs: Load of known null value.

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.


Changed paths

Path Details
Directorycommons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/builder/DiffBuilder.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26