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 242750 - NullPointerException at org.netbeans.modules.cnd.discovery.api.ProjectImpl.getExistingProjectItems
Summary: NullPointerException at org.netbeans.modules.cnd.discovery.api.ProjectImpl.ge...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project Discovery (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-10 14:55 UTC by abalint21
Modified: 2014-04-24 02:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208291


Attachments
stacktrace (2.32 KB, text/plain)
2014-03-10 14:55 UTC, abalint21
Details

Note You need to log in before you can comment on or make changes to this bug.
Description abalint21 2014-03-10 14:55:22 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: OpenJDK 64-Bit Server VM, 24.51-b03, OpenJDK Runtime Environment, 1.7.0_51-b31
OS: Linux

User Comments:
abalint21: Made a cleanbuild of a c++ native project. The project has finished cleaning and was compiling. Before it finished compiling I've closed the project down, and opened another one




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.discovery.api.ProjectImpl.getExistingProjectItems(ProjectImpl.java:212)
   at org.netbeans.modules.cnd.discovery.api.ProjectImpl.mergeLists(ProjectImpl.java:164)
   at org.netbeans.modules.cnd.discovery.api.ProjectImpl.divideByLanguage(ProjectImpl.java:117)
   at org.netbeans.modules.cnd.dwarfdiscovery.provider.AnalyzeExecLog$4.getProjectConfiguration(AnalyzeExecLog.java:287)
   at org.netbeans.modules.cnd.discovery.wizard.DiscoveryExtension.buildModel(DiscoveryExtension.java:401)
   at org.netbeans.modules.cnd.discovery.wizard.DiscoveryExtension.canApply(DiscoveryExtension.java:339)
Comment 1 abalint21 2014-03-10 14:55:24 UTC
Created attachment 145905 [details]
stacktrace
Comment 2 Alexander Simon 2014-04-04 07:26:05 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/d19c0ba7d410
Comment 3 Quality Engineering 2014-04-05 03:29:04 UTC
Integrated into 'main-silver', will be available in build *201404050001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/d19c0ba7d410
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #242750 NullPointerException at org.netbeans.modules.cnd.discovery.api.ProjectImpl.getExistingProjectItems
Comment 4 Quality Engineering 2014-04-24 02:11:56 UTC
Integrated into 'releases/release80', will be available in build *201404240045* or newer. Wait for official and publicly available build.

Changeset: http://hg.netbeans.org/releases/rev/9f6e6f659689
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #242750 NullPointerException at org.netbeans.modules.cnd.discovery.api.ProjectImpl.getExistingProjectItems
(transplanted from d19c0ba7d41083649d1f187f47a2d5043f04a2ec)