The official standard in the JDK is to throw NPE for null arguments. Since JDK 7, they have made API available for this in java.util.Objects#requireNonNull(). Commons is following the official direction. On Dec 21, 2011 10:16 AM, <[email protected]> wrote:
- commons lang3: NullArgumentException missing? kwutzke
- Re: commons lang3: NullArgumentException missing? Jörg Schaible
- Re: commons lang3: NullArgumentException missing? Paul Benedict
- Re: commons lang3: NullArgumentException missing? Karsten Wutzke
