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 237047 - IndexOutOfBoundsException: end < start (1877 < 2646)
Summary: IndexOutOfBoundsException: end < start (1877 < 2646)
Status: RESOLVED DUPLICATE of bug 236685
Alias: None
Product: java
Classification: Unclassified
Component: Hints (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 20:25 UTC by javydreamercsw
Modified: 2013-10-18 14:32 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204526


Attachments
stacktrace (5.42 KB, text/plain)
2013-10-11 20:25 UTC, javydreamercsw
Details
stacktrace (5.34 KB, text/plain)
2013-10-11 20:28 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2013-10-11 20:25:27 UTC
Build: NetBeans IDE Dev (Build 201310070001)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
javydreamercsw: Opening a project tree.




Stacktrace: 
java.lang.IndexOutOfBoundsException: end < start (1877 < 2646)
   at org.netbeans.spi.editor.hints.ErrorDescriptionFactory.createErrorDescription(ErrorDescriptionFactory.java:265)
   at org.netbeans.spi.java.hints.ErrorDescriptionFactory.forTree(ErrorDescriptionFactory.java:129)
   at org.netbeans.modules.java.hints.bugs.AssertWithSideEffects.run(AssertWithSideEffects.java:110)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethodAccessorImpl.java:0)
   at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Comment 1 javydreamercsw 2013-10-11 20:25:29 UTC
Created attachment 141017 [details]
stacktrace
Comment 2 javydreamercsw 2013-10-11 20:28:12 UTC
Created attachment 141018 [details]
stacktrace

Refactored a class changing package and moving to correct folder.
Comment 3 Svata Dedic 2013-10-18 14:32:44 UTC

*** This bug has been marked as a duplicate of bug 236685 ***