Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
3.1, 3.5
-
None
Description
1. Every instance of NOTE: This returns null and will throw a NullPointerException if autoboxed to a boolean. needs to be fixed, for example: https://github.com/apache/commons-lang/blob/LANG_3_5/src/main/java/org/apache/commons/lang3/BooleanUtils.java#L51
autoboxed -> unboxed
reference: https://docs.oracle.com/javase/tutorial/java/data/autoboxing.html
The examples are duplicated: lines 1029~1031 are identical to lines 1026~1028.