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 151421 - AssertionError: unexpected type: <nulltype>
Summary: AssertionError: unexpected type: <nulltype>
Status: CLOSED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks: 152191
  Show dependency tree
 
Reported: 2008-10-27 09:29 UTC by Marian Mirilovic
Modified: 2009-12-03 03:25 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 92294


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-10-27 09:29:36 UTC
12 duplicates so far ...

Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) Client VM, 1.5.0_13-119, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_13-b05-237
OS: Mac OS X, 10.5.4, i386
User comments: Just installed NB 6.5 beta.  This was initial startup.  Appears to be parsing my projects, especially
Spring 2.5 which is not compilable (but was okay in 6.1 and 6.5M1).

 Caused: java.lang.AssertionError: unexpected type: <nulltype>
	at com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:637)
	at com.sun.tools.javac.comp.TransTypes.cast(TransTypes.java:109)
	at com.sun.tools.javac.comp.TransTypes.coerce(TransTypes.java:124)
	at com.sun.tools.javac.comp.TransTypes.retype(TransTypes.java:158)
	at com.sun.tools.javac.comp.TransTypes.visitIdent(TransTypes.java:698)
	at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1683)
	at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
	at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:432)

STACKTRACE: (first 10 lines)
java.lang.AssertionError: unexpected type: <nulltype>
        at com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:637)
        at com.sun.tools.javac.comp.TransTypes.cast(TransTypes.java:109)
        at com.sun.tools.javac.comp.TransTypes.coerce(TransTypes.java:124)
        at com.sun.tools.javac.comp.TransTypes.retype(TransTypes.java:158)
        at com.sun.tools.javac.comp.TransTypes.visitIdent(TransTypes.java:698)
        at com.sun.tools.javac.tree.JCTree$JCIdent.accept(JCTree.java:1683)
        at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
        at com.sun.tools.javac.comp.TransTypes.translate(TransTypes.java:432)
        at com.sun.tools.javac.comp.TransTypes.visitConditional(TransTypes.java:549)
        at com.sun.tools.javac.tree.JCTree$JCConditional.accept(JCTree.java:1087)
Comment 1 Alexey Butenko 2009-05-15 10:51:36 UTC
This exception report is not suitable any more since RepositoryUpdater in parsing.api now. => WORKSFORME
Comment 2 Marian Mirilovic 2009-12-03 03:25:25 UTC
v/c