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 268730

Summary: AssertionError: unexpected type: <nulltype>
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: 227004
Attachments: stacktrace

Description Exceptions Reporter 2016-10-28 13:11:58 UTC
This bug was originally marked as duplicate of bug 151421, 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 (Build 201403101706)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b70, Java(TM) SE Runtime Environment, 1.8.0-b132
OS: Windows 7

User Comments:
GUEST: Void package and other errors




Stacktrace: 
java.lang.AssertionError: unexpected type: <nulltype>
   at com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:710)
   at com.sun.tools.javac.comp.TransTypes.cast(TransTypes.java:117)
   at com.sun.tools.javac.comp.TransTypes.coerce(TransTypes.java:142)
   at com.sun.tools.javac.comp.TransTypes.retype(TransTypes.java:182)
   at com.sun.tools.javac.comp.TransTypes.visitApply(TransTypes.java:688)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465)
Comment 1 Exceptions Reporter 2016-10-28 13:12:00 UTC
Created attachment 162673 [details]
stacktrace