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 - AssertionError: unexpected type: <nulltype>
Summary: AssertionError: unexpected type: <nulltype>
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-10-28 13:11 UTC by Exceptions Reporter
Modified: 2016-10-28 13:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227004


Attachments
stacktrace (7.12 KB, text/plain)
2016-10-28 13:12 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-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