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 - ArrayIndexOutOfBoundsException: -536809127
Summary: ArrayIndexOutOfBoundsException: -536809127
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: 2017-01-17 19:05 UTC by Vladimir Voskresensky
Modified: 2017-01-17 19:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 227384


Attachments
stacktrace (1.25 KB, text/plain)
2017-01-17 19:05 UTC, Vladimir Voskresensky
Details

Note You need to log in before you can comment on or make changes to this bug.
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