Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.0.7
-
Component/s: None
-
Labels:None
-
Complexity:Intermediate
-
Patch Submitted:Yes
Description
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.
Appled, thanks.