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 188496 - NullPointerException at org.netbeans.modules.progress.ui.StatusLineComponent.processSelectedProgressEvent
Summary: NullPointerException at org.netbeans.modules.progress.ui.StatusLineComponent....
Status: RESOLVED DUPLICATE of bug 186290
Alias: None
Product: platform
Classification: Unclassified
Component: Progress (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-08 14:47 UTC by ajkmcleod
Modified: 2011-08-16 11:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 170311


Attachments
stacktrace (1005 bytes, text/plain)
2010-07-08 14:47 UTC, ajkmcleod
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ajkmcleod 2010-07-08 14:47:33 UTC
Build: NetBeans IDE Dev (Build python-3723-on-100518)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02, Java(TM) SE Runtime Environment, 1.6.0_15-b03
OS: Windows 7

User Comments:
GUEST: I had just opened up the default Python template and clicked "Run Main Project" when this problem occured.

The code is short enough to put here so here it is:

# To change this template, choose Tools | Templates
# and open the template in the editor.

__author__="Fisho"
__date__ ="$2010-maj-31 16:26:09$"

if __name__ == "__main__":
    print "Hello World"

# End of code

I realize that this might have nothing to do with the error since it's about a progress bar, but this is just incase you want to replicate the exact same conditions that I got the error under.

The build for NetBeans is one I got from the daily builds here: http://bits.netbeans.org/netbeans/trunk/nightly/2010-05-29_00-01-15/

And the python.. not sure what to call it, I got here: http://deadlock.netbeans.org/hudson/job/python/3723/

I copied the files from the python thingamajigg over the netbeans folder and overwrote all file conflicts, then ran it.
This might have caused the error, but I'm not sure.


Thanks for rea




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.progress.ui.StatusLineComponent.processSelectedProgressEvent(StatusLineComponent.java:341)
   at org.netbeans.modules.progress.spi.Controller.runNow(Controller.java:334)
   at org.netbeans.modules.progress.spi.Controller$2.run(Controller.java:217)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
   at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
   at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:134)
Comment 1 ajkmcleod 2010-07-08 14:47:37 UTC
Created attachment 100698 [details]
stacktrace
Comment 2 Jan Peska 2011-08-16 11:18:14 UTC

*** This bug has been marked as a duplicate of bug 186290 ***