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 101355 - Application Actions - NPE when new project is created
Summary: Application Actions - NPE when new project is created
Status: VERIFIED FIXED
Alias: None
Product: guibuilder
Classification: Unclassified
Component: App Framework (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Joshua Marinacci
URL:
Keywords:
Depends on:
Blocks: 100592
  Show dependency tree
 
Reported: 2007-04-17 14:02 UTC by Jana Maleckova
Modified: 2007-11-23 10:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
101355 (2.52 KB, text/plain)
2007-04-17 14:03 UTC, Jana Maleckova
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jana Maleckova 2007-04-17 14:02:42 UTC
NetBeans IDE Dev (Build 20070417-0448)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252

Description:
=============
have clear IDE without any project and with clear userdir
1. open Application Action Editor
2. create simple J2SE project
during process of creation, a NPE will occur.

StackTrace:
============
java.lang.NullPointerException
	at org.netbeans.modules.swingapp.ActionManager.addProject(ActionManager.java:123)
	at
org.netbeans.modules.swingapp.ActionManager.clearClosedProjects(ActionManager.java:168)
	at
org.netbeans.modules.swingapp.GlobalActionPanel$19.propertyChange(GlobalActionPanel.java:806)
	at
java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
Comment 1 Jana Maleckova 2007-04-17 14:03:36 UTC
Created attachment 41083 [details]
101355
Comment 2 Joshua Marinacci 2007-04-18 02:30:48 UTC
I've fixed this. Please verify.
Comment 3 Jana Maleckova 2007-04-18 10:40:19 UTC
verified on
NetBeans IDE Dev (Build 20070418-0710)
1.6.0; Java HotSpot(TM) Client VM 1.6.0-b105
Windows XP version 5.1 running on x86
en_GB (nb); Cp1252
Comment 4 Jana Maleckova 2007-11-23 10:17:08 UTC
tested on NetBeans IDE 6.0 RC2 (Build 200711201000)