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 172784 - NullPointerException at org.netbeans.modules.python.project.ui.actions.BuildCommand.invokeAction
Summary: NullPointerException at org.netbeans.modules.python.project.ui.actions.BuildC...
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jenselme
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-22 15:23 UTC by karthikbalait
Modified: 2015-11-27 22:18 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 158944


Attachments
stacktrace (410 bytes, text/plain)
2009-09-22 15:23 UTC, karthikbalait
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karthikbalait 2009-09-22 15:23:00 UTC
Build: NetBeans IDE 6.7 (Build 200906251104)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Windows XP, 5.1, x86

User Comments:
karthikbalait: I pressed build egg and cancelled, then the exception occurred.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.project.ui.actions.BuildCommand.invokeAction(BuildCommand.java:133)
        at org.netbeans.modules.python.project.PythonActionProvider$1.run(PythonActionProvider.java:92)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:577)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1030)
Comment 1 karthikbalait 2009-09-22 15:23:22 UTC
Created attachment 88116 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-02-12 04:07:32 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=158944
Comment 3 Jenselme 2015-10-02 14:20:10 UTC
The "Build eggs" option is only available on ant projects. It doesn't appear to do anything any more.

Marking as STARTED and downgrading priority to P4. This should be closed with the next release of nbpython.
Comment 4 Jenselme 2015-11-27 16:50:45 UTC
Presumed fixed in Python .151118 (for IDE 8.1)