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 66012 - options window error after profiler module installed
Summary: options window error after profiler module installed
Status: CLOSED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jan Jancura
URL:
Keywords:
: 67072 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-05 17:27 UTC by Kenneth Ganfield
Modified: 2007-02-21 10:36 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log file for error (33.21 KB, text/plain)
2005-10-05 17:29 UTC, Kenneth Ganfield
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Ganfield 2005-10-05 17:27:55 UTC
IDE build: 200510050715 with new userdir

1. I start IDE, all is fine. I check the options window and it works fine
2. I install the Profiler 9 module
3. I restart the IDE
4. I open the options window and i get the error below. When i try again, the
Options menu item is already highlighted(selected) in the Tools menu. Other
items in the Tools menu function correctly. 

error:
java.lang.AbstractMethodError
	at org.netbeans.modules.options.OptionsPanel.<init>(OptionsPanel.java:177)
	at
org.netbeans.modules.options.OptionsWindowAction.actionPerformed(OptionsWindowAction.java:96)
	at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
	at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
	at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
	at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
	at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
	at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
	at
javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
	at java.awt.Component.processMouseEvent(Component.java:5488)
	at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
	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.processMouseEvent(Container.java:3892)
	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 Kenneth Ganfield 2005-10-05 17:29:45 UTC
Created attachment 25569 [details]
message.log file for error
Comment 2 David Simonek 2005-10-06 10:04:09 UTC
Passing to profiler, ccing options author.
Comment 3 iformanek 2005-10-06 10:25:00 UTC
This is due to the fact that the Options API has changed after 5.0 beta (I have 
not heard a response from Hanz for my questions couple days back, but this is 
what it seems to me have happened). M9 will not work in daily builds of NB, and 
daily build of profiler will not work in 5.0 Beta.

If I hear back from Hanz, I'll be happy to address this somehow.
Comment 4 Jan Jancura 2005-10-06 12:31:40 UTC
There was incompatible change in OptionsCategory.PanelController.getComponent ().
I have added new parameter there - Lookup.

Sorry for inconvenience, but I have missed your email, probably. Options API is
still under development.

Comment 5 Jan Chalupa 2005-10-08 08:53:57 UTC
Subcomponent change.
Comment 6 Jan Jancura 2005-10-08 10:04:04 UTC
Radim has moved this bug to core by mistake.
Comment 7 iformanek 2005-10-10 16:14:48 UTC
OK, marking as fixed.
Comment 8 _ rkubacki 2005-10-20 09:25:22 UTC
*** Issue 67072 has been marked as a duplicate of this issue. ***
Comment 9 ehucka 2006-10-09 12:11:44 UTC
Verification of old issues.
Comment 10 Alexander Kouznetsov 2007-02-21 10:36:03 UTC
Closing old issues