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 244619 - 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: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 08:15 UTC by Exceptions Reporter
Modified: 2014-06-04 02:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 209845


Attachments
stacktrace (469 bytes, text/plain)
2014-05-21 08:15 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-05-21 08:15:50 UTC
This issue was reported manually by alexvsimon.
It already has 1 duplicates 


Build: NetBeans IDE 8.0 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Mac OS X

User Comments:
GUEST: open it




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.MakeProject.createLaunchersFileIfNeeded(MakeProject.java:1468)
   at org.netbeans.modules.cnd.makeproject.MakeProject.access$1900(MakeProject.java:167)
   at org.netbeans.modules.cnd.makeproject.MakeProject$1.run(MakeProject.java:1412)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1423)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2033)
Comment 1 Exceptions Reporter 2014-05-21 08:15:52 UTC
Created attachment 147358 [details]
stacktrace
Comment 2 Alexander Simon 2014-06-03 11:34:10 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/82b2cda9c16f
Comment 3 Quality Engineering 2014-06-04 02:14:27 UTC
Integrated into 'main-silver', will be available in build *201406040001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/82b2cda9c16f
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #244619 NullPointerException at org.netbeans.modules.cnd.makeproject.MakeProject.createLaunchersFileIfNeeded