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 271636 - IndexOutOfBoundsException: end < start (3778 < 4210)
Summary: IndexOutOfBoundsException: end < start (3778 < 4210)
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-10-13 16:54 UTC by alied
Modified: 2017-10-13 16:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 230572


Attachments
stacktrace (2.69 KB, text/plain)
2017-10-13 16:54 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2017-10-13 16:54:01 UTC
Build: NetBeans IDE Dev (Build 201710130002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+181, Java(TM) SE Runtime Environment, 9+181
OS: Linux

User Comments:
alied: dragged a block of code and dropped it into the class' constructor.




Stacktrace: 
java.lang.IndexOutOfBoundsException: end < start (3778 < 4210)
   at org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription(ErrorDescriptionFactory.java:268)
   at org.netbeans.spi.java.hints.ErrorDescriptionFactory.forName(ErrorDescriptionFactory.java:188)
   at org.netbeans.spi.java.hints.ErrorDescriptionFactory.forName(ErrorDescriptionFactory.java:174)
   at org.netbeans.modules.java.hints.threading.Tiny.sleepInLoop(Tiny.java:422)
   at jdk.internal.reflect.GeneratedMethodAccessor156.invoke(GeneratedMethodAccessor156.java:0)
   at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 alied 2017-10-13 16:54:03 UTC
Created attachment 165282 [details]
stacktrace