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 255209 - ArrayIndexOutOfBoundsException: 0
Summary: ArrayIndexOutOfBoundsException: 0
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Mixed Development (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-11 10:37 UTC by Alexander Simon
Modified: 2015-09-12 03:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219838


Attachments
stacktrace (2.53 KB, text/plain)
2015-09-11 10:37 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2015-09-11 10:37:31 UTC
Build: NetBeans IDE Dev (Build 20150911-71b4a97490dd)
VM: Java HotSpot(TM) Client VM, 24.80-b11, Java(TM) SE Runtime Environment, 1.7.0_80-b15
OS: SunOS

User Comments:
GUEST: Klicking on a http: URL, that was embedded in a Java Source, and has been underlined, as to show that it is a clickable Link. All within a Diff Window

alexvsimon: refactor in diff




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 0
   at org.netbeans.modules.cnd.mixeddev.java.jni.actions.AbstractJNIAction.extractContext(AbstractJNIAction.java:90)
   at org.netbeans.modules.cnd.mixeddev.java.jni.actions.AbstractJNIAction.enable(AbstractJNIAction.java:82)
   at org.openide.util.actions.NodeAction$DelegateAction.resultChanged(NodeAction.java:615)
   at org.openide.util.actions.NodeAction$DelegateAction.<init>(NodeAction.java:560)
   at org.openide.util.actions.NodeAction.createContextAwareInstance(NodeAction.java:357)
   at org.netbeans.modules.editor.NbEditorKit.translateContextLookupAction(NbEditorKit.java:347)
Comment 1 Alexander Simon 2015-09-11 10:37:33 UTC
Created attachment 156088 [details]
stacktrace
Comment 2 petrk 2015-09-11 14:22:57 UTC
Fixed in http://hg.netbeans.org/cnd-main/rev/b647ecaa2068
Comment 3 Quality Engineering 2015-09-12 03:06:06 UTC
Integrated into 'main-silver', will be available in build *201509120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/b647ecaa2068
User: Petr Kudryavtsev <petrk@netbeans.org>
Log: Fixed #255209 - ArrayIndexOutOfBoundsException: 0