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 244781 - ArrayIndexOutOfBoundsException: 2
Summary: ArrayIndexOutOfBoundsException: 2
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: petrk
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-29 08:27 UTC by Alexander Simon
Modified: 2014-09-15 10:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 210004


Attachments
stacktrace (3.64 KB, text/plain)
2014-05-29 08:28 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-05-29 08:27:58 UTC
Build: NetBeans IDE Dev (Build 20140528-36103cf285cd)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: SunOS

User Comments:
alexvsimon: xref boost 1.54




Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 2
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionExpression.getTokenText(CsmCompletionExpression.java:445)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.renderExpression(CompletionSupport.java:1456)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.collectInstantiationParameters(CompletionSupport.java:1136)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CompletionSupport.createInstantiation(CompletionSupport.java:1074)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveItem(CsmCompletionQuery.java:2210)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveParams(CsmCompletionQuery.java:1678)
Comment 1 Alexander Simon 2014-05-29 08:28:00 UTC
Created attachment 147495 [details]
stacktrace
Comment 2 Alexander Simon 2014-08-18 08:57:09 UTC
fixed while fixing bug #246332