Duke Yin created LANG-1278: ------------------------------ Summary: BooleanUtils javadoc issues Key: LANG-1278 URL: https://issues.apache.org/jira/browse/LANG-1278 Project: Commons Lang Issue Type: Bug Affects Versions: 3.5, 3.1 Reporter: Duke Yin Priority: Trivial
1. 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 2. https://github.com/apache/commons-lang/blob/LANG_3_5/src/main/java/org/apache/commons/lang3/BooleanUtils.java#L1025 The examples are duplicated: lines 1029~1031 are identical to lines 1026~1028. -- This message was sent by Atlassian JIRA (v6.3.4#6332)