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 149374 - NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmResultItem$ConstructorResultItem.<init>
Summary: NullPointerException at org.netbeans.modules.cnd.completion.cplusplus.ext.Csm...
Status: RESOLVED DUPLICATE of bug 147765
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Kvashin
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-07 14:44 UTC by _ nzero2002
Modified: 2008-10-07 15:33 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 51298


Attachments
stacktrace (2.74 KB, text/plain)
2008-10-07 14:44 UTC, _ nzero2002
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ nzero2002 2008-10-07 14:44:43 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05, Java(TM) SE Runtime Environment, 1.6.0_03-b05
OS: Windows XP, 5.1, x86

User Comments:
GUEST: browsing through code

GUEST: Editing a file

GUEST: At the moment I only useNetbeans to edit C++ files.  I'm not using it to compile, as I compile on a linux virtual machine. I have multiple files open that I edit.

GUEST: I was typing some C comment and switched to a different screen.

GUEST: I was just editing a comment and was clicking around to wait for the syntax-highlighting to reapear after editing - this exception has occured more than one time in a similar way.

Thank you for your time and dedication - I enjoy using NetBeans IDE for C++ !

GUEST: I was writing a command in a C++ Header file.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmResultItem$ConstructorResultItem.<init>(CsmResultItem.java:844)
        at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmResultItem$MethodResultItem.<init>(CsmResultItem.java:758)
        at org.netbeans.modules.cnd.completion.cplusplus.NbCsmResultItem$NbMethodResultItem.<init>(NbCsmResultItem.java:185)
        at org.netbeans.modules.cnd.completion.cplusplus.NbCsmCompletionQuery$NbCsmItemFactory.createMethodResultItem(NbCsmCompletionQuery.java:197)
        at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.createResultItem(CsmCompletionQuery.java:2094)
        at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery.convertData(CsmCompletionQuery.java:2064)
Comment 1 _ nzero2002 2008-10-07 14:44:56 UTC
Created attachment 71290 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2008-10-07 15:33:16 UTC

*** This issue has been marked as a duplicate of 147765 ***