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 268106

Summary: IndexOutOfBoundsException: start < 0 (-3 < 0)
Product: java Reporter: misterm <misterm>
Component: HintsAssignee: Svata Dedic <sdedic>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226303
Attachments: stacktrace

Description misterm 2016-09-20 00:07:13 UTC
This bug was originally marked as duplicate of bug 256085, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20160805-ac8517f4cb7e)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Windows 8.1

User Comments:
GUEST: didn't see anything

misterm: Typing

misterm: .

misterm: Typing

misterm: Opening a file

misterm: .

misterm: Typing in a hint file




Stacktrace: 
java.lang.IndexOutOfBoundsException: start < 0 (-3 < 0)
   at org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription(ErrorDescriptionFactory.java:216)
   at org.netbeans.modules.java.hints.declarative.idebinding.HintsTask$1.run(HintsTask.java:137)
   at org.netbeans.modules.java.hints.declarative.idebinding.HintsTask$1.run(HintsTask.java:126)
   at org.netbeans.api.java.source.JavaSource$MultiTask.run(JavaSource.java:486)
   at org.netbeans.modules.parsing.impl.TaskProcessor.callUserTask(TaskProcessor.java:609)
   at org.netbeans.modules.parsing.api.ParserManager$UserTaskAction.run(ParserManager.java:153)
Comment 1 misterm 2016-09-20 00:07:15 UTC
Created attachment 162120 [details]
stacktrace