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 123039 - NullPointerException at org.netbeans.modules.cnd.completion.includes.CsmIncludeCompletionQuery.query
Summary: NullPointerException at org.netbeans.modules.cnd.completion.includes.CsmInclu...
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Completion (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vladimir Voskresensky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-29 10:54 UTC by eskild
Modified: 2010-02-01 10:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 13307


Attachments
stacktrace (704 bytes, text/plain)
2007-11-29 10:54 UTC, eskild
Details

Note You need to log in before you can comment on or make changes to this bug.
Description eskild 2007-11-29 10:54:28 UTC
Build: NetBeans IDE Dev (Build 200711130000)
VM: Java HotSpot(TM) Client VM, 1.6.0_03-b05
OS: Linux, 2.6.13-15.18-smp, i386

User Comments: 
Options -> Editor -> Code Templates -> C++ -> edit "inc" entry. In the Expanded Text, go to end of "#include", type space. This caused the exception.
Comment 1 eskild 2007-11-29 10:54:32 UTC
Created attachment 53657 [details]
stacktrace
Comment 2 Vladimir Voskresensky 2007-11-29 16:25:47 UTC
fixed:

Checking in CsmIncludeCompletionQuery.java;
/shared/data/ccvs/repository/cnd/completion/src/org/netbeans/modules/cnd/completion/includes/CsmIncludeCompletionQuery.java,v
 <--  CsmIncludeCompletionQuery.java
new revision: 1.13; previous revision: 1.12
done
Comment 3 dnikitin 2008-02-28 19:42:00 UTC
Verified in NetBeans IDE Dev (Build 200802270005)