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 232330 - AssertionError: Invalid start:-8
Summary: AssertionError: Invalid start:-8
Status: RESOLVED FIXED
Alias: None
Product: groovy
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-06 19:44 UTC by janario
Modified: 2013-07-11 04:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201952


Attachments
stacktrace (2.98 KB, text/plain)
2013-07-06 19:44 UTC, janario
Details

Note You need to log in before you can comment on or make changes to this bug.
Description janario 2013-07-06 19:44:51 UTC
Build: NetBeans IDE Dev (Build 20130706-82d4181ff8e4)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
janario: editing groovy file




Stacktrace: 
java.lang.AssertionError: Invalid start:-8
   at org.netbeans.modules.csl.api.OffsetRange.<init>(OffsetRange.java:65)
   at org.netbeans.modules.groovy.editor.api.ASTUtils$2.computeRange(ASTUtils.java:502)
   at org.netbeans.modules.groovy.editor.api.ASTUtils$2.run(ASTUtils.java:485)
   at org.netbeans.editor.BaseDocument.render(BaseDocument.java:1383)
   at org.netbeans.modules.groovy.editor.api.ASTUtils.getNextIdentifierByName(ASTUtils.java:478)
   at org.netbeans.modules.groovy.editor.api.FindTypeUtils.getRange(FindTypeUtils.java:507)
Comment 1 janario 2013-07-06 19:44:52 UTC
Created attachment 136762 [details]
stacktrace
Comment 2 Martin Janicek 2013-07-09 13:32:06 UTC
Fixed in: web-main #50d299acaa56
Comment 3 Quality Engineering 2013-07-11 04:12:40 UTC
Integrated into 'main-silver', will be available in build *201307102300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/50d299acaa56
User: Martin Janicek <mjanicek@netbeans.org>
Log: #232330 - AssertionError: Invalid start:-8