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 69875 - java.lang.NullPointerException exception
Summary: java.lang.NullPointerException exception
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: Other Linux
: P3 blocker (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-05 12:20 UTC by powderfinger
Modified: 2006-01-22 12:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (124.22 KB, text/plain)
2005-12-05 12:21 UTC, powderfinger
Details

Note You need to log in before you can comment on or make changes to this bug.
Description powderfinger 2005-12-05 12:20:12 UTC
java.lang.NullPointerException
	at org.netbeans.api.project.ProjectUtils.getSources(ProjectUtils.java:67)
	at org.netbeans.modules.jmx.WizardHelpers.getSourceGroups(WizardHelpers.java:528)
	at
org.netbeans.modules.jmx.WizardHelpers.getSourcesToTestsMap(WizardHelpers.java:138)
	at
org.netbeans.modules.jmx.actions.GenJUnitTestAction.enable(GenJUnitTestAction.java:80)
	at org.openide.util.actions.NodeAction.isEnabled(NodeAction.java:170)
	at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:776)
	at org.openide.awt.Actions.connect(Actions.java:131)
	at org.openide.awt.Actions.connect(Actions.java:116)
	at org.openide.awt.Actions$MenuItem.<init>(Actions.java:1094)
	at
org.netbeans.modules.openide.awt.DefaultAWTBridge.createMenuPresenter(DefaultAWTBridge.java:38)
	at
org.openide.util.actions.CallableSystemAction.getMenuPresenter(CallableSystemAction.java:55)
	at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:62)
	at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:625)
	at
org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:736)
	at org.openide.loaders.FolderInstance.access$000(FolderInstance.java:68)
	at org.openide.loaders.FolderInstance$2.run(FolderInstance.java:622)
	at org.openide.util.Task.run(Task.java:216)
[catch] at org.openide.awt.AWTTask.run(AWTTask.java:29)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 powderfinger 2005-12-05 12:21:33 UTC
Created attachment 27547 [details]
messages.log
Comment 2 Tomas Zezula 2005-12-12 08:16:17 UTC
It's should be assigned to JMX for evaluation/