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 242450 - NullPointerException at org.netbeans.modules.cnd.makeproject.MakeProject.createLaunchersFileIfNeeded
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.MakeProject.crea...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: ilia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-28 13:48 UTC by Exceptions Reporter
Modified: 2014-04-24 02:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 208042


Attachments
stacktrace (1.24 KB, text/plain)
2014-02-28 13:48 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-02-28 13:48:38 UTC
This bug was originally marked as duplicate of bug 234771, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.4 (Build 201310111528)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
GUEST: open project

GUEST: I imported big C++ Project from existing sources




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.MakeProject.createLaunchersFileIfNeeded(MakeProject.java:1431)
   at org.netbeans.modules.cnd.makeproject.MakeProject.onProjectOpened(MakeProject.java:1397)
   at org.netbeans.modules.cnd.makeproject.MakeProject.access$2200(MakeProject.java:165)
   at org.netbeans.modules.cnd.makeproject.MakeProject$ProjectOpenedHookImpl.projectOpened(MakeProject.java:1533)
   at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:85)
   at org.netbeans.spi.project.ui.support.UILookupMergerSupport$OpenHookImpl.projectOpened(UILookupMergerSupport.java:244)
Comment 1 Exceptions Reporter 2014-02-28 13:48:40 UTC
Created attachment 145665 [details]
stacktrace
Comment 2 ilia 2014-04-07 12:39:09 UTC
Fixed in 273441:f05094c22967
Comment 3 Quality Engineering 2014-04-08 06:08:44 UTC
Integrated into 'main-silver', will be available in build *201404080419* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/f05094c22967
User: Ilia Gromov <ilia@netbeans.org>
Log: Fixed Bug 242450 - NullPointerException at org.netbeans.modules.cnd.makeproject.MakeProject.createLaunchersFileIfNeeded
Comment 4 Quality Engineering 2014-04-24 02:16:12 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/bd6bef3f64fa
User: Ilia Gromov <ilia@netbeans.org>
Log: Fixed Bug 242450 - NullPointerException at org.netbeans.modules.cnd.makeproject.MakeProject.createLaunchersFileIfNeeded
(transplanted from f05094c22967d740a3af130b438cc85d270646c7)