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

Summary: IndexOutOfBoundsException: end < start (3778 < 4210)
Product: editor Reporter: alied <alied>
Component: Hints & AnnotationsAssignee: Milutin Kristofic <mkristofic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 230572
Attachments: stacktrace

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