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 67484

Summary: Access the menu Recfatoring
Product: editor Reporter: didoblu <didoblu>
Component: RefactoringAssignee: issues@java <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 5.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:

Description didoblu 2005-10-25 11:47:54 UTC
After get Refactoring Experimental on Update Center the exception occur when I 
try acess the menu Refactoring in NetBeans.


*********** Exception occurred ************ at 8:42 AM on Oct 25, 2005
java.lang.NoSuchMethodError: 
org.netbeans.modules.refactoring.classpath.Util.isOnKnownClassPath
(Lorg/openide/filesystems/FileObject;)Z
	at 
org.netbeans.modules.refactoring.experimental.ui.CleanUpAction.enabled
(CleanUpAction.java:57)
	at 
org.netbeans.modules.refactoring.spi.ui.AbstractRefactoringAction.enable
(AbstractRefactoringAction.java:186)
	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$MenuItem.synchMenuPresenters
(Actions.java:1112)
	at org.openide.awt.DynaMenuModel.checkSubmenu(DynaMenuModel.java:151)
	at org.openide.awt.MenuBar$LazyMenu.stateChanged(MenuBar.java:480)
	at javax.swing.DefaultButtonModel.fireStateChanged
(DefaultButtonModel.java:362)
	at javax.swing.DefaultButtonModel.setRollover
(DefaultButtonModel.java:285)
	at com.jgoodies.looks.common.ExtBasicMenuUI$1.mouseEntered
(ExtBasicMenuUI.java:194)
	at java.awt.AWTEventMulticaster.mouseEntered
(AWTEventMulticaster.java:242)
	at java.awt.Component.processMouseEvent(Component.java:5497)
	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.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)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
[catch] 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 Jan Becicka 2005-11-01 10:02:09 UTC
Use AU center and update Experimental Refactoring module.

*** This issue has been marked as a duplicate of 67230 ***