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 - AssertionError: unexpected type: <nulltype>
Summary: AssertionError: unexpected type: <nulltype>
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-25 11:42 UTC by aldobrucale
Modified: 2016-07-07 07:18 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204137


Attachments
stacktrace (6.06 KB, text/plain)
2013-09-25 11:42 UTC, aldobrucale
Details
stacktrace (6.19 KB, text/plain)
2014-01-21 11:09 UTC, aldobrucale
Details
stacktrace (5.67 KB, text/plain)
2014-07-31 21:46 UTC, nvamelichev
Details

Note You need to log in before you can comment on or make changes to this bug.
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