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 269265 - com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method valueOf
Summary: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method valueOf
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-07 21:27 UTC by Exceptions Reporter
Modified: 2016-12-07 21:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227474


Attachments
stacktrace (3.35 KB, text/plain)
2016-12-07 21:27 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-12-07 21:27:26 UTC
This bug was originally marked as duplicate of bug 151422, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b16, Java(TM) SE Runtime Environment, 1.8.0_112-b16
OS: Mac OS X

User Comments:
GUEST: Silent exception prevents printing first page of the 4 pages of jpanel to print. works fine on Windows 10 pro.




Stacktrace: 
com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method valueOf
   at com.sun.tools.javac.comp.Resolve.resolveInternalMethod(Resolve.java:2494)
   at com.sun.tools.javac.comp.Lower.lookupMethod(Lower.java:762)
   at com.sun.tools.javac.comp.Lower.makeCall(Lower.java:2073)
   at com.sun.tools.javac.comp.Lower.visitEnumDef(Lower.java:2658)
   at com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:2465)
   at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:698)
Comment 1 Exceptions Reporter 2016-12-07 21:27:28 UTC
Created attachment 163183 [details]
stacktrace