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

Summary: ArrayIndexOutOfBoundsException: 4
Product: editor Reporter: Vladimir Riha <vriha>
Component: LexerAssignee: Miloslav Metelka <mmetelka>
Status: NEW ---    
Severity: normal CC: joellelam, mkroll, richardmijo
Priority: P3    
Version: 8.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 67004
Attachments: stacktrace

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