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 64019 - Throws a null pointer exception and wont load the editor
Summary: Throws a null pointer exception and wont load the editor
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P1 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-10 00:27 UTC by frankmccabe
Modified: 2007-01-04 17:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description frankmccabe 2005-09-10 00:27:54 UTC
On start up, the current build will not load the project up properly. The following is the traceback

java.lang.NullPointerException
	at 
org.netbeans.modules.versioning.system.cvss.ui.actions.annotate.AnnotationBarManager.annotationBar
Visible(AnnotationBarManager.java:69)
	at org.netbeans.modules.versioning.system.cvss.ui.actions.log.AnnotationsAction.visible
(AnnotationsAction.java:131)
	at org.netbeans.modules.versioning.system.cvss.ui.actions.log.AnnotationsAction.getBaseName
(AnnotationsAction.java:47)
	at org.netbeans.modules.versioning.system.cvss.ui.actions.AbstractSystemAction.getName
(AbstractSystemAction.java:86)
	at org.openide.util.actions.SystemAction.getValue(SystemAction.java:138)
	at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:793)
	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.versioning.system.cvss.ui.actions.AbstractSystemAction.getMenuPresenters
(AbstractSystemAction.java:68)
	at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:69)
	at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:609)
	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:207)
[catch] at org.openide.awt.AWTTask.run(AWTTask.java:29)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:178)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
	at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 Jan Chalupa 2005-09-10 19:33:06 UTC
Re-assigning to the correct component. I think it may be fixed already.
Comment 2 _ pkuzel 2005-09-12 10:26:24 UTC
FIXED