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 250843 - 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: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-02 21:37 UTC by _ gtzabari
Modified: 2015-05-08 09:04 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215781


Attachments
stacktrace (4.56 KB, text/plain)
2015-03-02 21:37 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ gtzabari 2015-03-02 21:37:36 UTC
This bug was originally marked as duplicate of bug 201056, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201503020001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 7

User Comments:
gtzabari: Editor threw unexpected exception.




Stacktrace: 
com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method values
   at com.sun.tools.javac.comp.Resolve.resolveInternalMethod(Resolve.java:2504)
   at com.sun.tools.javac.comp.Lower.lookupMethod(Lower.java:762)
   at com.sun.tools.javac.comp.Lower.visitEnumDef(Lower.java:2583)
   at com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:2465)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:698)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
Comment 1 _ gtzabari 2015-03-02 21:37:38 UTC
Created attachment 152336 [details]
stacktrace