[infinispan-issues] [JBoss JIRA] (ISPN-4933) Protostream annotation parser throws ArrayIndexOutOfBoundsException if the last annotation identifier is not followed by at least one other token

Adrian Nistor (JIRA) issues at jboss.org
Mon Nov 3 06:15:37 EST 2014


     [ https://issues.jboss.org/browse/ISPN-4933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Adrian Nistor updated ISPN-4933:
--------------------------------
        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done


Integrated.

> Protostream annotation parser throws ArrayIndexOutOfBoundsException if the last annotation identifier is not followed by at least one other token
> -------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ISPN-4933
>                 URL: https://issues.jboss.org/browse/ISPN-4933
>             Project: Infinispan
>          Issue Type: Bug
>          Components: Remote Querying
>    Affects Versions: 7.0.0.CR2
>            Reporter: Adrian Nistor
>            Assignee: Adrian Nistor
>             Fix For: 7.0.0.Final
>
>
> The following example results in ArrayIndexOutOfBoundsException:
> {code}
> /**
>  * @Indexed
>  */
> {code}
> and this one works:
> {code}
> /**
>  * @Indexed()
>  */
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.1#6329)


More information about the infinispan-issues mailing list