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 111434 - ACTIONS: not possible to create plugin modul in IDE when application action editor is opened
Summary: ACTIONS: not possible to create plugin modul in IDE when application action e...
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:
 
Reported: 2007-07-31 09:01 UTC by Jana Maleckova
Modified: 2007-11-23 09:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
111434 (2.79 KB, text/plain)
2007-07-31 09:02 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-07-31 09:01:16 UTC
Product Version: NetBeans IDE Dev (Build 070731) Java: 1.6.0_02; Java HotSpot(TM) Client VM 1.6.0_02-b05 System: Windows
XP version 5.1 running on x86; Cp1252; en_GB (nb)

Description:
============
open application action editor in ide
1. invoke new Project wizard
2. choose Netbeans plugin Modules - Module Suite
3. and do create ... 
in a few seconds exception is thrown, IDE seems to get stuck because and Module suite is not created... and if Ide is
restarted with the same, it doesn't start at all then 

StackTrace:
===========
java.lang.NullPointerException
	at org.netbeans.modules.swingapp.ActionManager.getActionManager(ActionManager.java:125)
	at org.netbeans.modules.swingapp.ActionManager.addProject(ActionManager.java:135)
	at org.netbeans.modules.swingapp.ActionManager.clearClosedProjects(ActionManager.java:186)
	at org.netbeans.modules.swingapp.GlobalActionPanel.checkOpenProjects(GlobalActionPanel.java:900)
	at org.netbeans.modules.swingapp.GlobalActionPanel.access$2100(GlobalActionPanel.java:79)
	at org.netbeans.modules.swingapp.GlobalActionPanel$19.propertyChange(GlobalActionPanel.java:891)
Comment 1 Jana Maleckova 2007-07-31 09:02:52 UTC
Created attachment 45911 [details]
111434
Comment 2 Joshua Marinacci 2007-07-31 20:34:46 UTC
this is fixed now.
Comment 3 Jana Maleckova 2007-08-01 09:42:31 UTC
verified on

Product Version: NetBeans IDE Dev (Build 070801) Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b03 System: Windows
XP version 5.1 running on x86; Cp1252; en_GB (nb)
Comment 4 Jana Maleckova 2007-11-23 09:12:14 UTC
tested on NetBeans IDE 6.0 RC2 (Build 200711201000)