This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 164816 - [67cat] StringIndexOutOfBoundsException: String index out of range: -11
Summary: [67cat] StringIndexOutOfBoundsException: String index out of range: -11
Status: RESOLVED WORKSFORME
Alias: None
Product: groovy
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Petr Hejl
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-09 22:15 UTC by goeh
Modified: 2009-06-23 16:23 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 150900


Attachments
stacktrace (2.86 KB, text/plain)
2009-05-09 22:16 UTC, goeh
Details

Note You need to log in before you can comment on or make changes to this bug.
Description goeh 2009-05-09 22:15:17 UTC
Build: NetBeans IDE Dev (Build 200905070201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
goeh: Editing Grails controller.



Stacktrace: 
org.netbeans.modules.parsing.spi.ParseException
        at org.netbeans.modules.parsing.impl.TaskProcessor.runUserTask(TaskProcessor.java:191)
        at org.netbeans.modules.parsing.api.ParserManager.parse(ParserManager.java:99)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.indexEmbedding(RepositoryUpdater.java:994)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:959)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$FileListWork.getDone(RepositoryUpdater.java:1170)
        at org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:1076)
Comment 1 goeh 2009-05-09 22:16:33 UTC
Created attachment 81851 [details]
stacktrace
Comment 2 Petr Hejl 2009-05-20 10:38:22 UTC
Looks like bug in Groovy parser. Goran do you have any snippet to reproduce on?
Comment 3 goeh 2009-05-20 10:47:55 UTC
Sorry! Can't remember. But I will try to. Maybe I can find in svn commit log on May 9.
Note to self: Next time enter name of problematic file so I can go back and verify issue later.
Comment 4 goeh 2009-06-22 09:57:25 UTC
I have not seen this exception for several weeks of using 6.7 every day. So maybe it's fixed.
Comment 5 Petr Hejl 2009-06-23 16:23:09 UTC
Closing. Exception reporter will reopen the issue automatically in case of any duplicate.