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 9355 - [Dev120]Null pointer exception when creating a new project
Summary: [Dev120]Null pointer exception when creating a new project
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 normal (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-02-02 11:05 UTC by navneet
Modified: 2008-12-22 18:22 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log file for the exception encountered. (6.54 KB, text/plain)
2001-07-20 20:11 UTC, navneet
Details
[Dev120] Another log giving the same problem. (4.42 KB, text/plain)
2001-07-20 20:11 UTC, navneet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description navneet 2001-02-02 11:05:12 UTC
I tried creating a new project immediately after I started netbeans in the mdi
mode and got a null pointer exception.

Here is the excerpt:

*********** Exception occurred ************
Fri Feb 02 16:27:28 GMT+05:30 2001java.lang.NullPointerException: null
java.lang.NullPointerException
	at org.netbeans.core.windows.ModeImpl$2.performCommand
(ModeImpl.java:309)
	at org.netbeans.core.windows.DeferredPerformer$1.run
(DeferredPerformer.java:141)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:154)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:317)
[catch] at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 navneet 2001-02-02 11:06:59 UTC
Created attachment 541 [details]
Log file for the exception encountered.
Comment 2 navneet 2001-02-07 10:55:59 UTC
Created attachment 580 [details]
[Dev120] Another log giving the same problem.
Comment 3 navneet 2001-02-07 10:56:59 UTC
I could re-create the same problem again in the Dev 120 build. Have attached a
log file for the same.
Comment 4 David Simonek 2001-02-12 10:37:59 UTC
[dafe - 12.2.2001] Added validity check, should be fixed in tomorrow's build.
(second exception already fixed before)
Comment 5 navneet 2001-07-11 12:10:08 UTC
vErified that it works now.