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 - ArrayIndexOutOfBoundsException: 2
Summary: ArrayIndexOutOfBoundsException: 2
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Geertjan Wielenga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-24 12:16 UTC by markiewb
Modified: 2016-08-12 12:50 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225388


Attachments
stacktrace (1.71 KB, text/plain)
2016-07-24 12:16 UTC, markiewb
Details

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