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 68833 - [50cat] Exception thrown after installing Experimental Refactorings
Summary: [50cat] Exception thrown after installing Experimental Refactorings
Status: RESOLVED DUPLICATE of bug 67230
Alias: None
Product: editor
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 16:50 UTC by misterm
Modified: 2007-04-03 18:02 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 misterm 2005-11-16 16:50:38 UTC
[ BUILD # : beta 2 ]
[ JDK VERSION : 1.4.2_xx ]

The following exception is thrown a few moments after installing the Experimental Refactorings module:

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:183)
	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.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.openide.awt.DefaultAWTBridge.createMenuPresenter(DefaultAWTBridge.java:38)
	at org.openide.util.actions.CallableSystemAction.getMenuPresenter(CallableSystemAction.java:55)
	at org.openide.awt.DynaMenuModel.loadSubmenu(DynaMenuModel.java:62)
	at org.openide.awt.MenuBar$LazyMenu$MenuFolder.createInstance(MenuBar.java:625)
	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:216)
[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:201)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:151)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:145)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:137)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
Comment 1 misterm 2005-11-18 15:57:29 UTC
Increasing priority. Several other refactorings do not work anymore after that.
Comment 2 Tomas Hurka 2005-11-18 16:08:04 UTC
How do you installed Experimental Refactorings module? I do not see it on beta2 Update Center.
Comment 3 Jan Becicka 2005-11-21 07:29:25 UTC
Please update Experimental Refactoring module from AU center.

*** This issue has been marked as a duplicate of 67230 ***
Comment 4 misterm 2005-11-21 12:13:13 UTC
I cannot see this module listed in the UC. Where can I find it?
Comment 5 Jan Becicka 2005-11-21 12:20:37 UTC
It should be on development aupdate center.
Comment 6 misterm 2005-11-21 12:39:28 UTC
Yes, I was looking at the Dev 1.11 UC, but the fix is available at the Dev 1.13 
UC instead.