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 269585

Summary: ArrayIndexOutOfBoundsException: -536809127
Product: editor Reporter: Vladimir Voskresensky <vv159170>
Component: Painting & PrintingAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: enmacc
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227384
Attachments: stacktrace

Description Vladimir Voskresensky 2017-01-17 19:05:56 UTC
Build: NetBeans IDE Dev (Build 20170116-9ad48a154beb)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: SunOS

User Comments:
vv159170: reopened IDE

enmacc: I think syncronize project, local remote, but i'm not sure




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -536809127
   at org.netbeans.modules.editor.lib2.document.CharContent.charAt(CharContent.java:80)
   at org.netbeans.modules.editor.lib2.highlighting.WhitespaceHighlighting$HS.moveNext(WhitespaceHighlighting.java:309)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.fetchNextHighlight(DirectMergeContainer.java:623)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$Wrapper.init(DirectMergeContainer.java:532)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer$HlSequence.<init>(DirectMergeContainer.java:234)
   at org.netbeans.modules.editor.lib2.highlighting.DirectMergeContainer.getHighlights(DirectMergeContainer.java:119)
Comment 1 Vladimir Voskresensky 2017-01-17 19:05:58 UTC
Created attachment 163417 [details]
stacktrace