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

Summary: com.sun.tools.javac.util.FatalError: Fatal Error: Unable to find method valueOf
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 227474
Attachments: stacktrace

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