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 101752 - AE - NPE - when AppFramework lib is add to project
Summary: AE - NPE - when AppFramework lib is add to project
Status: RESOLVED DUPLICATE of bug 100764
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-04-19 12:31 UTC by Jana Maleckova
Modified: 2007-04-20 16:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
101752 (6.00 KB, text/plain)
2007-04-19 12:32 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-19 12:31:35 UTC
NetBeans IDE Dev (Build 20070419-0559)
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 simple J2SE project (appframework lib is not in project as default)
Create some jFrame with control
1.add appframework lib in project
2. select jbutton - NPE will occur immediately
3. try to invoke action editor of that button - NPE will occur all the time till
lib is not removed. 

StackTrace:
===========
java.lang.NullPointerException
	at
org.netbeans.modules.swingapp.ActionManager.getFileForClass(ActionManager.java:938)
	at org.netbeans.modules.swingapp.ActionManager.getActions(ActionManager.java:267)
	at
org.netbeans.modules.swingapp.ActionEditor.getApplicationActions(ActionEditor.java:299)
Comment 1 Jana Maleckova 2007-04-19 12:32:24 UTC
Created attachment 41240 [details]
101752
Comment 2 Tomas Pavek 2007-04-20 16:50:03 UTC
Seems to be the same case as 100764.

*** This issue has been marked as a duplicate of 100764 ***