https://bz.apache.org/bugzilla/show_bug.cgi?id=58254
--- Comment #3 from Javen ONeal <[email protected]> --- Created attachment 33010 --> https://bz.apache.org/bugzilla/attachment.cgi?id=33010&action=edit throws IllegalArgumentException patch Select one of the attached patches, NOT BOTH! Feel free to change the exception type to NullPointerException. I feel that an IllegalArgumentException is more descriptive because it describes the problem as invalid input to a method/constructor rather than accidentally dereferencing a null pointer (which would happen if the constructor didn't check for null and a later method expected non-null). -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
