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 - IndexOutOfBoundsException: start < 0 (-3 < 0)
Summary: IndexOutOfBoundsException: start < 0 (-3 < 0)
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-20 00:07 UTC by misterm
Modified: 2016-09-21 13:36 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226303


Attachments
stacktrace (2.71 KB, text/plain)
2016-09-20 00:07 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
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