You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Gilles (JIRA)" <ji...@apache.org> on 2010/08/07 11:01:16 UTC

[jira] Created: (MATH-403) Never propagate a "NullPointerException" resulting from bad usage of the API

Never propagate a "NullPointerException" resulting from bad usage of the API
----------------------------------------------------------------------------

                 Key: MATH-403
                 URL: https://issues.apache.org/jira/browse/MATH-403
             Project: Commons Math
          Issue Type: Task
            Reporter: Gilles
            Priority: Minor
             Fix For: 3.0


Package "exception" contains a class named "NullArgumentException" meant to signal that an argument was "null" where it shouldn't have been.
For consistency, every method of the API should be checked for "null" arguments and throw "NullArgumentException" appropriately.

This means hunting down all unchecked uses of references. Is there a tool that will report those?


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.