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 188849 - AssertionError: why null item? object BUILT_IN int
Summary: AssertionError: why null item? object BUILT_IN int
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-22 10:21 UTC by vladdraco
Modified: 2010-12-29 07:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148011


Attachments
stacktrace (2.04 KB, text/plain)
2010-07-22 10:21 UTC, vladdraco
Details

Note You need to log in before you can comment on or make changes to this bug.
Description vladdraco 2010-07-22 10:21:17 UTC
Build: NetBeans IDE Dev (Build 201007200001)
VM: Java HotSpot(TM) Client VM, 17.0-b16, Java(TM) SE Runtime Environment, 1.6.0_21-b06
OS: Linux

User Comments:
vladdraco: Usual work on c++ code. Was removing trailing dot from line like `application.events.push_back(evt.button.type).`

GUEST: I'm pressed Ctrl+Space after typing this code

mCop0->

where mCop0 is field of class, it's type is class template param

GUEST: I used paste while editing a c++ source file




Stacktrace: 
java.lang.AssertionError: why null item? object BUILT_IN int
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.convertData(CsmCompletionQuery.java:2602)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.access$1000(CsmCompletionQuery.java:124)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$CsmCompletionResult.<init>(CsmCompletionQuery.java:2300)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.resolveExp(CsmCompletionQuery.java:1026)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.getResult(CsmCompletionQuery.java:322)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.query(CsmCompletionQuery.java:303)
Comment 1 vladdraco 2010-07-22 10:21:23 UTC
Created attachment 100971 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2010-12-15 21:54:33 UTC
let's evaluate exceptions as P2 issues
Comment 3 Vladimir Voskresensky 2010-12-22 17:17:27 UTC
will evaluate
Comment 4 Vladimir Voskresensky 2010-12-23 17:00:35 UTC
http://hg.netbeans.org/cnd-main/rev/d47ae5f0d0fc
Comment 5 Quality Engineering 2010-12-29 07:06:56 UTC
Integrated into 'main-golden', will be available in build *201012290001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d47ae5f0d0fc
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #188849 -  AssertionError: why null item? object BUILT_IN int