Add missing exception javadoc/tests for some null arguments
Hello! I added some missing javadoc for null arguments and wrote tests when they didn't exist. I tried to keep the diffs as small as possible and the sentences consistent. I will be happy to change anything if needed. Thanks.
Hi @dvmarcilio & thank you for your PR. Let' hold off on this one. I want to normalize on using Java's Objects#requireNonNull().
Codecov Report
Merging #869 (d071740) into master (3ac6bea) will increase coverage by
0.01%. The diff coverage isn/a.
@@ Coverage Diff @@
## master #869 +/- ##
============================================
+ Coverage 91.72% 91.73% +0.01%
- Complexity 7421 7423 +2
============================================
Files 188 188
Lines 15924 15924
Branches 2999 2999
============================================
+ Hits 14606 14608 +2
+ Misses 726 724 -2
Partials 592 592
| Impacted Files | Coverage Δ | |
|---|---|---|
| ...main/java/org/apache/commons/lang3/ArrayUtils.java | 95.84% <ø> (ø) |
|
| src/main/java/org/apache/commons/lang3/Range.java | 91.20% <ø> (ø) |
|
| .../apache/commons/lang3/builder/ToStringBuilder.java | 100.00% <ø> (ø) |
|
| ...va/org/apache/commons/lang3/reflect/TypeUtils.java | 60.80% <ø> (+0.36%) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3ac6bea...d071740. Read the comment docs.
Hi @garydgregory. Thanks for pinging me. All should be fine now.