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 269375 - ArrayIndexOutOfBoundsException: 71268
Summary: ArrayIndexOutOfBoundsException: 71268
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-16 20:28 UTC by Andrew Krasny
Modified: 2016-12-16 20:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226034


Attachments
stacktrace (1.70 KB, text/plain)
2016-12-16 20:28 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2016-12-16 20:28:09 UTC
Build: NetBeans IDE Dev (Build 20161129-fddc8d380cac)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
GUEST: while editting

GUEST: i have no idea

akrasny: Switched back to NB after modifying the source (remote, cpp) externally




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 71268
   at org.netbeans.modules.editor.lib2.document.CharContent.charAt(CharContent.java:80)
   at org.netbeans.editor.BaseDocument.getVisColFromPos(BaseDocument.java:2189)
   at org.netbeans.editor.Utilities.getVisualColumn(Utilities.java:588)
   at org.netbeans.editor.Utilities.debugPosition(Utilities.java:1065)
   at org.netbeans.editor.StatusBar$CaretListener.actionPerformed(StatusBar.java:649)
   at org.netbeans.editor.WeakTimerListener.actionPerformed(WeakTimerListener.java:88)
Comment 1 Andrew Krasny 2016-12-16 20:28:11 UTC
Created attachment 163268 [details]
stacktrace