NPE possible in AnnotationLiteral hashCode()
--------------------------------------------

                 Key: WELD-530
                 URL: https://jira.jboss.org/browse/WELD-530
             Project: Weld
          Issue Type: Bug
          Components: CDI API
    Affects Versions: 1.0.1.Final
            Reporter: Nicklas Karlsson


the implementation of hashCode() doesn't take into account the possibility of 

Object value = invoke(member, this);

returning null, causing failure in

else 
{
  memberValueHashCode = value.hashCode();
}

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

        
_______________________________________________
weld-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/weld-issues

Reply via email to