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 201056

Summary: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method values
Product: java Reporter: AIML_Engr
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: rudyment
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 169997
Attachments: stacktrace

Description AIML_Engr 2011-08-17 21:41:13 UTC
Build: NetBeans IDE 7.0.1 (Build 201107282000)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.1-b02-384, Java(TM) SE Runtime Environment, 1.6.0_26-b03-384-10M3425
OS: Mac OS X

User Comments:
AIML_Engr: Added sources to project.

rudyment: The exception occurred after openning a package in a folder i have just added as a next source folder.

GUEST: open project on the net beans

GUEST: Just popped up, happened while scanning was going on, not sure

GUEST: Opening a large project




Stacktrace: 
com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method values
   at com.sun.tools.javac.comp.Resolve.resolveInternalMethod(Resolve.java:1539)
   at com.sun.tools.javac.comp.Lower.lookupMethod(Lower.java:682)
   at com.sun.tools.javac.comp.Lower.visitEnumDef(Lower.java:2378)
   at com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:2270)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:595)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
Comment 1 AIML_Engr 2011-08-17 21:41:24 UTC
Created attachment 110050 [details]
stacktrace
Comment 2 Dusan Balek 2011-10-12 14:06:21 UTC
Hard to fix without a reproducible test case. Are you able to reproduce the
issue? If so, could you please create a simple test case and attach it to the
issue? Thanks.
Comment 3 Dusan Balek 2011-11-09 16:09:24 UTC
Should be fixed together with #195962