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 92169 - "Query and Refactor" doesn't work
Summary: "Query and Refactor" doesn't work
Status: RESOLVED WONTFIX
Alias: None
Product: contrib
Classification: Unclassified
Component: Jackpot (show other bugs)
Version: 5.x
Hardware: PC All
: P3 blocker (vote)
Assignee: issues@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-10 00:54 UTC by saserr
Modified: 2010-04-27 18: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 saserr 2007-01-10 00:54:11 UTC
When I try to do "Query and Refactor" on any file it doesn't do anything. Here 
is exception message:

java.lang.NoSuchMethodError: 
com.sun.tools.javac.util.Options.put(Ljava/lang/String;Ljava/lang/String;)V
	at 
org.netbeans.modules.java.source.builder.DefaultEnvironment.<init>(DefaultEnvironment.java:92)
	at 
org.netbeans.modules.java.source.builder.DefaultEnvironment.<init>(DefaultEnvironment.java:87)
	at 
org.netbeans.modules.java.source.builder.Engine.initialize(Engine.java:104)
	at 
org.netbeans.modules.java.source.builder.Engine.initialize(Engine.java:93)
	at 
org.netbeans.modules.jackpot.JackpotModule.createEngine(JackpotModule.java:109)
	at 
org.netbeans.modules.jackpot.JackpotModule.createEngine(JackpotModule.java:96)
	at 
org.netbeans.modules.jackpot.ui.QueryAndRefactorAction$CommandRunner.run(QueryAndRefactorAction.java:157)
[catch] at java.lang.Thread.run(Thread.java:595)
Comment 1 Jesse Glick 2010-04-27 18:41:44 UTC
The old Jackpot module is no longer maintained. There is a rewrite in progress at: http://bitbucket.org/jlahoda/jackpot30/wiki/Home