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 165786 - NullPointerException at org.netbeans.modules.python.project.ui.actions.CleanBuildCommand.invokeAction
Summary: NullPointerException at org.netbeans.modules.python.project.ui.actions.CleanB...
Status: RESOLVED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Projects (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Lou Dasaro
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-22 11:16 UTC by Oleg Khokhlov
Modified: 2015-11-27 18:04 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 151622


Attachments
stacktrace (420 bytes, text/plain)
2009-05-22 11:16 UTC, Oleg Khokhlov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Khokhlov 2009-05-22 11:16:22 UTC
Build: NetBeans IDE Dev (Build 200905190201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

User Comments:
ovk: invoked Clean&Build Egg on python project;



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.python.project.ui.actions.CleanBuildCommand.invokeAction(CleanBuildCommand.java:150)
        at org.netbeans.modules.python.project.PythonActionProvider$1.run(PythonActionProvider.java:92)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:576)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1013)
Comment 1 Oleg Khokhlov 2009-05-22 11:16:31 UTC
Created attachment 82621 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-09-30 19:24:58 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=151622
Comment 3 Lou Dasaro 2015-11-27 18:04:29 UTC
The NPE was fixed in Python Plugin version .151118
See also Bug#250340