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 262138 - IndexOutOfBoundsException: end < start (2388 < 2389)
Summary: IndexOutOfBoundsException: end < start (2388 < 2389)
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Hints & Annotations (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-18 13:42 UTC by skaplon
Modified: 2016-05-18 13:42 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204528


Attachments
stacktrace (3.96 KB, text/plain)
2016-05-18 13:42 UTC, skaplon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description skaplon 2016-05-18 13:42:54 UTC
Build: NetBeans IDE 8.0.2 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
FrantaM: Please provide a description of the problem or the steps to reproduce

skaplon: Searching for a string across multiple projects

GUEST: nothing special, opening a file.

GUEST: Editing file, building module.

jirka_x1: refactoring (renaming packages), adding imports

GUEST: Clicking hint for adding Javadoc return tag to protected final var

GUEST: Error occurred during editing/navigating source files.




Stacktrace: 
java.lang.IndexOutOfBoundsException: end < start (2388 < 2389)
   at org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription(ErrorDescriptionFactory.java:265)
   at org.netbeans.spi.java.hints.ErrorDescriptionFactory.forTree(ErrorDescriptionFactory.java:130)
   at org.netbeans.modules.javadoc.hints.Analyzer.analyze(Analyzer.java:237)
   at org.netbeans.modules.javadoc.hints.JavadocHint.errorHint(JavadocHint.java:217)
   at sun.reflect.GeneratedMethodAccessor106.invoke(GeneratedMethodAccessor106.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 skaplon 2016-05-18 13:42:56 UTC
Created attachment 159798 [details]
stacktrace