You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwebbeans.apache.org by "Mark Struberg (JIRA)" <ji...@apache.org> on 2015/12/11 16:30:11 UTC

[jira] [Resolved] (OWB-1034) re-visit BeanCacheKey#getQualifierHashCode

     [ https://issues.apache.org/jira/browse/OWB-1034?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mark Struberg resolved OWB-1034.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 1.6.3

> re-visit BeanCacheKey#getQualifierHashCode
> ------------------------------------------
>
>                 Key: OWB-1034
>                 URL: https://issues.apache.org/jira/browse/OWB-1034
>             Project: OpenWebBeans
>          Issue Type: Task
>            Reporter: Gerhard Petracek
>            Assignee: Mark Struberg
>             Fix For: 1.6.3
>
>
>   Class annotationClass = getAnnotationClass(a.getClass());
> isn't needed - instead
>   Class annotationClass = a.annotationType();
> is enough.
> with that
>   return getTypeHashCode(a.getClass());
> isn't needed at all



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)