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 197118 - NullPointerException at org.netbeans.modules.cnd.modelimpl.impl.services.FileInfoQueryImpl.getCompilationUnits
Summary: NullPointerException at org.netbeans.modules.cnd.modelimpl.impl.services.File...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Code Model (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-26 19:33 UTC by Exceptions Reporter
Modified: 2011-04-07 08:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 177935


Attachments
stacktrace (4.46 KB, text/plain)
2011-03-26 19:33 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2011-03-26 19:33:39 UTC
This issue was reported manually by vv159170.
It already has 1 duplicates 


Build: NetBeans IDE 7.0 Beta 2 (Build 201102140001)
VM: OpenJDK Client VM, 16.0-b13, OpenJDK Runtime Environment, 1.6.0_18-b18
OS: Linux

User Comments:
GUEST: opening application with many open projectes




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.modelimpl.impl.services.FileInfoQueryImpl.getCompilationUnits(FileInfoQueryImpl.java:371)
   at org.netbeans.modules.cnd.modelimpl.csm.core.DeepReparsingUtils.updateStartFilesWithBestStartFiles(DeepReparsingUtils.java:377)
   at org.netbeans.modules.cnd.modelimpl.csm.core.DeepReparsingUtils.reparseOnEdit(DeepReparsingUtils.java:141)
   at org.netbeans.modules.cnd.modelimpl.csm.core.CreateFilesWorker.createProjectFilesIfNeed(CreateFilesWorker.java:121)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.createProjectFilesIfNeed(ProjectBase.java:805)
   at org.netbeans.modules.cnd.modelimpl.csm.core.ProjectBase.ensureFilesCreated(ProjectBase.java:628)
Comment 1 Exceptions Reporter 2011-03-26 19:33:43 UTC
Created attachment 107303 [details]
stacktrace
Comment 2 Alexander Simon 2011-04-06 10:13:12 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/d7a6294cf517
Comment 3 Quality Engineering 2011-04-07 08:45:00 UTC
Integrated into 'main-golden', will be available in build *201104070400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d7a6294cf517
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #197118 NullPointerException at org.netbeans.modules.cnd.modelimpl.impl.services.FileInfoQueryImpl.getCompilationUnits