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 59346 - java.lang.AssertionError when bug lists downloaded and Export... menu is selected
Summary: java.lang.AssertionError when bug lists downloaded and Export... menu is sele...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: Tasklist (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: tasklist-issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-27 18:00 UTC by jlaskowski
Modified: 2005-09-06 13:41 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 jlaskowski 2005-05-27 18:00:29 UTC
1/ Define New Query
...wait till the query has been executed...
2/ select a bug report
3/ From the right-mouse-button menu select Export...

java.lang.AssertionError
	at
org.netbeans.modules.tasklist.core.export.ExportAction$MainItemListener.menuSelected(ExportAction.java:215)
	at javax.swing.JMenu.fireMenuSelected(JMenu.java:1091)
	at javax.swing.JMenu$MenuChangeListener.stateChanged(JMenu.java:1184)
	at javax.swing.DefaultButtonModel.fireStateChanged(DefaultButtonModel.java:362)
	at javax.swing.DefaultButtonModel.setRollover(DefaultButtonModel.java:285)
	at
com.sun.java.swing.plaf.windows.WindowsMenuUI$WindowsMouseInputHandler.mouseEntered(WindowsMenuUI.java:168)
	at java.awt.Component.processMouseEvent(Component.java:5497)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3093)
	at java.awt.Component.processEvent(Component.java:5253)
	at java.awt.Container.processEvent(Container.java:1966)
	at java.awt.Component.dispatchEventImpl(Component.java:3955)
	at java.awt.Container.dispatchEventImpl(Container.java:2024)
	at java.awt.Component.dispatchEvent(Component.java:3803)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
	at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:4017)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3874)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
	at java.awt.Container.dispatchEventImpl(Container.java:2010)
	at java.awt.Window.dispatchEventImpl(Window.java:1774)
	at java.awt.Component.dispatchEvent(Component.java:3803)
[catch] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
	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 _ pkuzel 2005-09-06 13:40:57 UTC
buglist module is not currently maintained.