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 267609 - ArrayIndexOutOfBoundsException: 4
Summary: ArrayIndexOutOfBoundsException: 4
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Lexer (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-08-17 07:45 UTC by Vladimir Riha
Modified: 2016-10-05 13:49 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 67004


Attachments
stacktrace (4.82 KB, text/plain)
2016-08-17 07:45 UTC, Vladimir Riha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Riha 2016-08-17 07:45:42 UTC
Build: NetBeans IDE Dev (Build 201608160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Linux

User Comments:
vriha: Editing html code inside script element (type=text/html)

mkroll: VWP:
Put some TextField on an LayoutPanel

GUEST: Changing size of simple lable in JSF fragment

richardmijo: I was working jsf

GUEST: Adjusting staticText component

joellelam: Having trouble getting around this exception.  Just trying to add "onload" to the body tag.




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 4
   at org.netbeans.lib.editor.util.GapList.get(GapList.java:480)
   at org.netbeans.lib.lexer.inc.TokenListListUpdate.markChangedMember(TokenListListUpdate.java:144)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.processBoundsChangeEmbeddedTokenList(TokenHierarchyUpdate.java:508)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.processBoundsChange(TokenHierarchyUpdate.java:442)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate$UpdateItem.update(TokenHierarchyUpdate.java:367)
   at org.netbeans.lib.lexer.inc.TokenHierarchyUpdate.processLevelInfos(TokenHierarchyUpdate.java:225)
Comment 1 Vladimir Riha 2016-08-17 07:45:45 UTC
Created attachment 161686 [details]
stacktrace