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 255101 - NullPointerException at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.content.project.Gr...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-08 16:55 UTC by Exceptions Reporter
Modified: 2015-09-11 01:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 219774


Attachments
stacktrace (3.25 KB, text/plain)
2015-09-08 16:55 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-08 16:55:16 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: OpenJDK Client VM, 24.79-b02, OpenJDK Runtime Environment, 1.7.0_79-b14
OS: Linux

User Comments:
GUEST: While opening element in any file.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles(GraphContainer.java:266)
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles(GraphContainer.java:277)
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles(GraphContainer.java:277)
   at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.isFileIncluded(GraphContainer.java:242)
   at org.netbeans.modules.cnd.modelimpl.impl.services.IncludeResolverImpl.isObjectVisible(IncludeResolverImpl.java:340)
   at org.netbeans.modules.cnd.completion.cplusplus.ext.CsmCompletionQuery$Context.getVariableOrClassifierType(CsmCompletionQuery.java:1304)
Comment 1 Exceptions Reporter 2015-09-08 16:55:18 UTC
Created attachment 155974 [details]
stacktrace
Comment 2 Alexander Simon 2015-09-09 14:12:16 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/9d7b44d4cb4e
Comment 4 Quality Engineering 2015-09-11 01:22:49 UTC
Integrated into 'main-silver', will be available in build *201509110002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9d7b44d4cb4e
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #255101 NullPointerException at org.netbeans.modules.cnd.modelimpl.content.project.GraphContainer.gatherIncludedFiles