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 236368

Summary: AssertionError: unexpected type: <nulltype>
Product: java Reporter: aldobrucale <aldobrucale>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal CC: aldobrucale, enroi, jessholle, lostmats, nvamelichev, zdenek.rod
Priority: P3    
Version: 7.4   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 204137
Attachments: stacktrace
stacktrace
stacktrace

Description aldobrucale 2013-09-25 11:42:57 UTC
This bug was originally marked as duplicate of bug 219263, 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 201309250002)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.0-b56, Java(TM) SE Runtime Environment, 1.7.0_40-b43
OS: Linux

User Comments:
aldobrucale: Renamed an interface




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:684)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1465)
Comment 1 aldobrucale 2013-09-25 11:42:59 UTC
Created attachment 140457 [details]
stacktrace
Comment 2 aldobrucale 2014-01-21 11:09:53 UTC
Created attachment 144190 [details]
stacktrace

Opening projects
Comment 3 nvamelichev 2014-07-31 21:46:46 UTC
Created attachment 148459 [details]
stacktrace

clean and build on a maven project while the "Scanning projects" task was active
Comment 4 Martin Balin 2016-07-07 07:18:11 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss