Throwing a NPE yourself? There must be a better solution....

Robert

On Mon, 13 May 2013 21:50:04 +0200, <[email protected]> wrote:

+
+ // fail fast if the defining parent could not be found due to a bug in the rule
+        if ( parent == null )
+        {
+ throw new NullPointerException( "failed to find parent POM which defines the current rule" );
+        }

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to