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 267280

Summary: ArrayIndexOutOfBoundsException: 2
Product: third-party Reporter: markiewb
Component: -- Other --Assignee: Geertjan Wielenga <geertjan>
Status: NEW ---    
Severity: normal CC: sdedic
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 225388
Attachments: stacktrace

Description markiewb 2016-07-24 12:16:21 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.71-b15, Java(TM) SE Runtime Environment, 1.8.0_71-b15
OS: Windows 7

User Comments:
markiewb: Quicksearch




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2
   at com.netbeans.key.promoter.DemoStatusLineElementProvider$1.publish(DemoStatusLineElementProvider.java:27)
   at java.util.logging.Logger.log(Logger.java:738)
   at org.netbeans.modules.options.keymap.ActionsSearchProvider$ActionResult.uiLog(ActionsSearchProvider.java:374)
   at org.netbeans.modules.options.keymap.ActionsSearchProvider$ActionResult.run(ActionsSearchProvider.java:351)
   at org.netbeans.modules.quicksearch.QuickSearchPopup.invoke(QuickSearchPopup.java:133)
   at org.netbeans.modules.quicksearch.AbstractQuickSearchComboBar$6.run(AbstractQuickSearchComboBar.java:234)
Comment 1 markiewb 2016-07-24 12:16:23 UTC
Created attachment 161405 [details]
stacktrace
Comment 2 Svata Dedic 2016-08-12 12:49:36 UTC
geertjan, it's yours.