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

Summary: ArrayIndexOutOfBoundsException: 71268
Product: editor Reporter: Andrew Krasny <akrasny>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 226034
Attachments: stacktrace

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