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 5539 - Nullpointer exception on clicking to Run workspace.
Summary: Nullpointer exception on clicking to Run workspace.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-01-24 23:49 UTC by pzajac
Modified: 2008-12-23 11:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2000-01-24 23:49:59 UTC
I`ve tested on LINUX, JDK1.2.2_rc2 (rc2j, rc4)
and it`s still possible to make this exceptions (if you click very very fast for a while...:-))

See attachment




----------------------------------------------------------------------------------------------------
It is on Windows NT and JDK 1.3rc1-T. Reproduction is easy:
Fast clicking between workspace.

java.lang.NullPointerException
        at com.netbeans.developer.impl.windows.WorkspaceImpl$1.run(WorkspaceImpl
.java:407)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)

        at java.awt.EventDispatchThread.pumpOneEvent(EventDispatchThread.java:10
3)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 David Simonek 2000-07-04 17:42:59 UTC
looking at the code, it appears to be fixed for sure
Comment 2 Marek Grummich 2000-07-25 09:21:59 UTC
Priority is changed to P4 (normal).
Comment 3 Quality Engineering 2003-07-01 16:17:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.