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

Summary: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method values
Product: java Reporter: _ gtzabari <gtzabari>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal CC: gtzabari, terje7601
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 215781
Attachments: stacktrace

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