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 1770 - Sometimes during work in ObjectBrowser exception is thrown.
Summary: Sometimes during work in ObjectBrowser exception is thrown.
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: L Martinek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-05-14 23:55 UTC by L Martinek
Modified: 2002-07-19 15:23 UTC (History)
0 users

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 L Martinek 1999-05-14 23:55:09 UTC
java.lang.VerifyError: (class: com/netbeans/developer/modules/javadoc/JavadocInvoker, method: invoke signature: ()V) Signature  has too many arguments
	at com.netbeans.developer.modules.javadoc.GenerateDocAction.enable(GenerateDocAction.java:72)
	at com.netbeans.ide.util.actions.NodeAction$NodesL.checkEnabled(Compiled Code)

	at com.netbeans.ide.util.actions.NodeAction.isEnabled(Compiled Code)
	at com.netbeans.ide.awt.Actions$MenuBridge.updateState(Compiled Code)
	at com.netbeans.ide.awt.Actions.connect(Compiled Code)
	at com.netbeans.ide.awt.Actions$MenuItem.<init>(Compiled Code)
	at com.netbeans.ide.util.actions.CallableSystemAction.getPopupPresenter(CallableSystemAction.java:54)
	at com.netbeans.ide.nodes.NodeOp.findContextMenuImpl(Compiled Code)
	at com.netbeans.ide.nodes.Node.getContextMenu(Node.java:379)
	at com.netbeans.ide.nodes.NodeOp.findContextMenu(NodeOp.java:70)
	at com.netbeans.ide.explorer.view.ListView$1.showPopup(ListView.java:293)
	at com.netbeans.ide.awt.MouseUtils$PopupMouseAdapter.mouseReleased(Compiled Code)
	at java.awt.AWTEventMulticaster.mouseReleased(Compiled Code)
	at java.awt.Component.processMouseEvent(Compiled Code)
	at java.awt.Component.processEvent(Compiled Code)
	at java.awt.Container.processEvent(Compiled Code)
	at java.awt.Component.dispatchEventImpl(Compiled Code)
	at java.awt.Container.dispatchEventImpl(Compiled Code)
	at java.awt.Component.dispatchEvent(Compiled Code)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Compiled Code)
	at java.awt.LightweightDispatcher.processMouseEvent(Compiled Code)
	at java.awt.LightweightDispatcher.dispatchEvent(Compiled Code)
	at java.awt.Container.dispatchEventImpl(Compiled Code)
	at java.awt.Window.dispatchEventImpl(Compiled Code)
	at java.awt.Component.dispatchEvent(Compiled Code)

	at java.awt.EventQueue.dispatchEvent(Compiled Code)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)