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 243108 - NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getFileMacros
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl....
Status: RESOLVED DUPLICATE of bug 245939
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-20 17:39 UTC by Exceptions Reporter
Modified: 2014-07-28 09:51 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208522


Attachments
stacktrace (4.22 KB, text/plain)
2014-03-20 17:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2014-03-20 17:39:45 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Mac OS X

User Comments:
GUEST: I do not know how to reproduce




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getFileMacros(FileImpl.java:2164)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getMacros(FileImpl.java:1751)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesContext.getFileLocalMacros(FileReferencesContext.java:337)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesContext.gatherIncludeMacros(FileReferencesContext.java:330)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesContext.gatherIncludeMacros(FileReferencesContext.java:331)
   at org.netbeans.modules.cnd.completion.impl.xref.FileReferencesContext.gatherIncludeMacros(FileReferencesContext.java:331)
Comment 1 Exceptions Reporter 2014-03-20 17:39:46 UTC
Created attachment 146187 [details]
stacktrace
Comment 2 Alexander Simon 2014-07-28 09:51:39 UTC

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