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 203725 - NullPointerException at org.netbeans.modules.cnd.makeproject.NativeProjectProvider.execute
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.NativeProjectPro...
Status: RESOLVED DUPLICATE of bug 202649
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-14 13:18 UTC by ewer
Modified: 2011-10-17 12:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181799


Attachments
stacktrace (1.54 KB, text/plain)
2011-10-14 13:18 UTC, ewer
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ewer 2011-10-14 13:18:18 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.1 Beta (Build 201109252201)
VM: Java HotSpot(TM) Client VM, 21.0-b17, Java(TM) SE Runtime Environment, 1.7.0-b147
OS: SunOS

User Comments:
ewer: Testing a simple project and attempted to do codecompletion  on memc for memcpy.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.NativeProjectProvider.execute(NativeProjectProvider.java:885)
   at org.netbeans.modules.cnd.completion.doxygensupport.ManDocumentation.createDocumentationForName(ManDocumentation.java:224)
   at org.netbeans.modules.cnd.completion.doxygensupport.ManDocumentation.getDocumentationForName(ManDocumentation.java:142)
   at org.netbeans.modules.cnd.completion.doxygensupport.ManDocumentation.getDocumentation(ManDocumentation.java:121)
   at org.netbeans.modules.cnd.completion.doxygensupport.ManDocumentation.getDocumentation(ManDocumentation.java:116)
   at org.netbeans.modules.cnd.completion.doxygensupport.ManDocumentation.getDocumentation(ManDocumentation.java:110)
Comment 1 ewer 2011-10-14 13:18:22 UTC
Created attachment 112059 [details]
stacktrace
Comment 2 Alexander Simon 2011-10-17 12:35:28 UTC

*** This bug has been marked as a duplicate of bug 202649 ***