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 - com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method values
Summary: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method values
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-17 21:41 UTC by AIML_Engr
Modified: 2011-11-09 16:09 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 169997


Attachments
stacktrace (3.94 KB, text/plain)
2011-08-17 21:41 UTC, AIML_Engr
Details

Note You need to log in before you can comment on or make changes to this bug.
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