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 269530 - IndexOutOfBoundsException: end < start (6319 < 6324)
Summary: IndexOutOfBoundsException: end < start (6319 < 6324)
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-11 22:44 UTC by Exceptions Reporter
Modified: 2017-01-19 13:19 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227646


Attachments
stacktrace (2.70 KB, text/plain)
2017-01-11 22:44 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2017-01-11 22:44:55 UTC
This bug was originally marked as duplicate of bug 262783, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 7

User Comments:
GUEST: Just editing code.




Stacktrace: 
java.lang.IndexOutOfBoundsException: end < start (6319 < 6324)
   at org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription(ErrorDescriptionFactory.java:265)
   at org.netbeans.spi.java.hints.ErrorDescriptionFactory.forTree(ErrorDescriptionFactory.java:143)
   at org.netbeans.spi.java.hints.ErrorDescriptionFactory.forTree(ErrorDescriptionFactory.java:117)
   at org.netbeans.modules.java.hints.suggestions.ConvertIfToSwitch.convertIfToSwitch(ConvertIfToSwitch.java:194)
   at sun.reflect.GeneratedMethodAccessor120.invoke(GeneratedMethodAccessor120.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 Exceptions Reporter 2017-01-11 22:44:57 UTC
Created attachment 163374 [details]
stacktrace