maven-model  Extension.hashCode() throws NPE if groupId or artifactId is null
-----------------------------------------------------------------------------

         Key: MNG-1849
         URL: http://jira.codehaus.org/browse/MNG-1849
     Project: Maven 2
        Type: Bug

    Versions: 2.0.2    
    Reporter: David Hawkins


org.apache.maven.model.Extension.hashCode() throws NullPointerException if the 
groupId or artifactId is null.

There was null checking on version, but not on groupId or artifactId so this 
patch adds it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to