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 171441 - AssertionError: unexpected type: <none>
Summary: AssertionError: unexpected type: <none>
Status: RESOLVED INCOMPLETE
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:
 
Reported: 2009-09-03 21:55 UTC by marcopar
Modified: 2009-09-17 13:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 157829


Attachments
stacktrace (3.09 KB, text/plain)
2009-09-03 21:55 UTC, marcopar
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcopar 2009-09-03 21:55:35 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Linux, 2.6.30-1-amd64, amd64

User Comments:
marcopar: i applied a diff patch
i did not like it so i choose to revert local changes
right click on source packages->subversion->revert



Stacktrace: 
java.lang.AssertionError: unexpected type: <none>
        at com.sun.tools.javac.tree.TreeMaker.Type(TreeMaker.java:639)
        at com.sun.tools.javac.comp.Lower.visitEnumDef(Lower.java:2070)
        at com.sun.tools.javac.comp.Lower.visitClassDef(Lower.java:2003)
        at com.sun.tools.javac.tree.JCTree$JCClassDecl.accept(JCTree.java:587)
        at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
        at com.sun.tools.javac.comp.Lower.translate(Lower.java:1916)
Comment 1 marcopar 2009-09-03 21:55:40 UTC
Created attachment 87088 [details]
stacktrace
Comment 2 Peter Pis 2009-09-10 14:22:35 UTC
Couldn't reproduce with a project under CVS. Is that reproducible for you?
Comment 3 marcopar 2009-09-10 19:55:55 UTC
no, i cannot reproduce, but i cannot reproduce exactly the same situation.

additional info: i was working on the kenai subversion repository
Comment 4 Peter Pis 2009-09-17 13:59:35 UTC
Some reproducible case would help a lot.