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 258914 - NullPointerException at org.netbeans.modules.cnd.makeproject.api.DefaultProjectActionHandler$2.run
Summary: NullPointerException at org.netbeans.modules.cnd.makeproject.api.DefaultProje...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Simon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-20 09:39 UTC by Exceptions Reporter
Modified: 2016-07-12 01:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223642


Attachments
stacktrace (700 bytes, text/plain)
2016-04-20 09:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-04-20 09:39:16 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.91-b14, Java(TM) SE Runtime Environment, 1.8.0_91-b14
OS: Mac OS X

User Comments:
GUEST: <Please provide a description of the problem or the steps to reproduce>
Trying to use gdb debugger version 7.11




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.cnd.makeproject.api.DefaultProjectActionHandler$2.run(DefaultProjectActionHandler.java:146)
   at org.netbeans.modules.cnd.makeproject.api.DefaultProjectActionHandler.execute(DefaultProjectActionHandler.java:159)
   at org.netbeans.modules.cnd.makeproject.api.ProjectActionSupport$EventsProcessor.run(ProjectActionSupport.java:598)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1443)
   at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:68)
   at org.openide.util.lookup.Lookups.executeWith(Lookups.java:303)
Comment 1 Exceptions Reporter 2016-04-20 09:39:18 UTC
Created attachment 159338 [details]
stacktrace
Comment 2 Alexander Simon 2016-07-11 11:32:16 UTC
fixed, change set:
http://hg.netbeans.org/cnd-main/rev/31c58e3e754c
Comment 3 Quality Engineering 2016-07-12 01:53:10 UTC
Integrated into 'main-silver', will be available in build *201607120002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/31c58e3e754c
User: Alexander Simon <alexvsimon@netbeans.org>
Log: fixed Bug #258914 NullPointerException at org.netbeans.modules.cnd.makeproject.api.DefaultProjectActionHandler$2.run