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 248761

Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getFileDeclarations
Product: cnd Reporter: Exceptions Reporter <exceptions_reporter>
Component: Code ModelAssignee: issues@cnd <issues>
Status: RESOLVED WORKSFORME    
Severity: normal CC: alexvsimon
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 213536
Attachments: stacktrace

Description Exceptions Reporter 2014-11-19 18:16:27 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.1 (Build 201408251540)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.71-b01, Java(TM) SE Runtime Environment, 1.7.0_71-b14
OS: Mac OS X

User Comments:
GUEST: just open the netbeans




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getFileDeclarations(FileImpl.java:2197)
   at org.netbeans.modules.cnd.modelimpl.csm.core.FileImpl.getDeclarations(FileImpl.java:1746)
   at org.netbeans.modules.cnd.modelimpl.csm.resolver.Context.findContext(Context.java:110)
   at org.netbeans.modules.cnd.modelimpl.csm.resolver.Context.getContainingClass(Context.java:93)
   at org.netbeans.modules.cnd.modelimpl.csm.resolver.Resolver3.resolveSimpleName(Resolver3.java:633)
   at org.netbeans.modules.cnd.modelimpl.csm.resolver.Resolver3.resolve(Resolver3.java:600)
Comment 1 Exceptions Reporter 2014-11-19 18:16:28 UTC
Created attachment 150579 [details]
stacktrace