ergerodr / fest

Automatically exported from code.google.com/p/fest
0 stars 0 forks source link

Fix type of exceptions thrown when validating method arguments. #288

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
* Methods that check arguments for null, should throw NullPointerException
if the argument is null, instead of IllegalArgumentException.
* All arguments in public methods should be checked for null.

Original issue reported on code.google.com by Alex.Rui...@gmail.com on 25 Jan 2009 at 9:39

GoogleCodeExporter commented 8 years ago
Minor changes in title.

Original comment by Alex.Rui...@gmail.com on 25 Jan 2009 at 9:41

GoogleCodeExporter commented 8 years ago
Changes in http://code.google.com/p/fest/source/detail?r=2247 and
http://code.google.com/p/fest/source/detail?r=2248 (r2247 and r2248)

Original comment by Alex.Rui...@gmail.com on 25 Jan 2009 at 9:47