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

Summary: "Query and Refactor" doesn't work
Product: contrib Reporter: saserr <saserr>
Component: JackpotAssignee: issues@contrib <issues>
Status: RESOLVED WONTFIX    
Severity: blocker    
Priority: P3    
Version: 5.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

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