You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Paul King (JIRA)" <ji...@apache.org> on 2019/08/12 12:56:00 UTC

[jira] [Closed] (GROOVY-9200) StringIndexOutOfBoundsException in AstBrowser

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

Paul King closed GROOVY-9200.
-----------------------------

> StringIndexOutOfBoundsException in AstBrowser
> ---------------------------------------------
>
>                 Key: GROOVY-9200
>                 URL: https://issues.apache.org/jira/browse/GROOVY-9200
>             Project: Groovy
>          Issue Type: Bug
>          Components: Groovy Console
>            Reporter: Paul King
>            Assignee: Paul King
>            Priority: Major
>             Fix For: 2.5.8, 3.0.0-beta-3
>
>
> When creating the label for LinkedHashMaps in the object browser.
> {code}
> Exception in thread "AWT-EventQueue-0" 
> java.lang.StringIndexOutOfBoundsException: String index out of range: 25
> 	at java.lang.String.substring(String.java:1963)
> 	at java_lang_String$substring$5.call(Unknown Source)
> 	at groovy.console.ui.AstBrowser$_run_closure5.doCall(AstBrowser.groovy:243)
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)