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 225060 - cnd.modelutil.AbstractCsmNode.getIcon: ArrayIndexOutOfBoundsException: -1
Summary: cnd.modelutil.AbstractCsmNode.getIcon: ArrayIndexOutOfBoundsException: -1
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-18 13:20 UTC by anba
Modified: 2013-03-21 01:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 195251


Attachments
stacktrace (2.67 KB, text/plain)
2013-01-18 13:20 UTC, anba
Details

Note You need to log in before you can comment on or make changes to this bug.
Description anba 2013-01-18 13:20:09 UTC
This issue was reported manually by anba.
It already has 4 duplicates 


Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b28, Java(TM) SE Runtime Environment, 1.7.0_12-ea-b07
OS: Linux

Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: -1
   at org.openide.nodes.AbstractNode.findIcon(AbstractNode.java:340)
   at org.openide.nodes.AbstractNode.getIcon(AbstractNode.java:318)
   at org.netbeans.modules.cnd.modelutil.AbstractCsmNode.getIcon(AbstractCsmNode.java:86)
   at org.netbeans.modules.cnd.qnavigator.navigator.CppDeclarationNode.getIcon(CppDeclarationNode.java:432)
   at org.netbeans.modules.cnd.qnavigator.navigator.CppDeclarationNode.createNamespaseContainer(CppDeclarationNode.java:112)
   at org.netbeans.modules.cnd.qnavigator.navigator.CppDeclarationNode.nodeFactory(CppDeclarationNode.java:518)
Comment 1 anba 2013-01-18 13:20:11 UTC
Created attachment 130360 [details]
stacktrace
Comment 2 Alexander Simon 2013-03-20 11:46:35 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/265ad7def9bd
Comment 3 Quality Engineering 2013-03-21 01:53:56 UTC
Integrated into 'main-golden', will be available in build *201303202300* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/265ad7def9bd
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #225060 cnd.modelutil.AbstractCsmNode.getIcon: ArrayIndexOutOfBoundsException: -1