[forge-issues] [JBoss JIRA] (ROASTER-85) StringIndexOutOfBoundsException when handling nested typed parameters

Stephan Windmüller (JIRA) issues at jboss.org
Thu Nov 19 16:59:00 EST 2015


    [ https://issues.jboss.org/browse/ROASTER-85?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13131923#comment-13131923 ] 

Stephan Windmüller commented on ROASTER-85:
-------------------------------------------

Hi Lincoln, thanks for the kind words. I am glad to help, so I just improved the test case and added a fix. As far as I can see, it passes all tests.

> StringIndexOutOfBoundsException when handling nested typed parameters
> ---------------------------------------------------------------------
>
>                 Key: ROASTER-85
>                 URL: https://issues.jboss.org/browse/ROASTER-85
>             Project: Roaster
>          Issue Type: Bug
>          Components: API
>    Affects Versions: 2.17.1.Final
>            Reporter: Stephan Windmüller
>
> When parsing a Type object with nested types, like {{java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>>}}, a StringIndexOutOfBoundsException is thrown:
> {{java.lang.StringIndexOutOfBoundsException: String index out of range: -5
> 	at java.lang.String.substring(String.java:1967)
> 	at org.jboss.forge.roaster.model.util.Types.isGeneric(Types.java:297)
> 	at org.jboss.forge.roaster.model.util.Types.validateNameWithGenerics(Types.java:311)
> 	at org.jboss.forge.roaster.model.util.Types.isGeneric(Types.java:301)}}



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the forge-issues mailing list