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

Summary: AssertionError: unexpected type: <none>
Product: java Reporter: marcopar <marcopar>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED INCOMPLETE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=157829
Issue Type: DEFECT Exception Reporter: 157829
Attachments: stacktrace

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.