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 150330

Summary: AssertionError: inconsistent stack types at join point
Product: java Reporter: tk_fhd_aui <tk_fhd_aui>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=88840
Issue Type: DEFECT Exception Reporter: 88840
Bug Depends on:    
Bug Blocks: 152191    
Attachments: stacktrace

Description tk_fhd_aui 2008-10-16 07:28:04 UTC
Build: NetBeans IDE 6.5 Beta (Build 200808111757)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Linux, 2.6.26-hardened-r2, amd64

User Comments:
tk_fhd_aui: Opened src/java Tree of glassfish WebContainer

rupertkey: Openning a project just retrieved from CVS on a new install.  Project is "Project Wonderland" and I pulled the TRUNK.

GUEST: Hovering mouse in project tree.

tk_fhd_aui: Opened src/java Tree of glassfish WebContainer



Stacktrace: 
java.lang.AssertionError: inconsistent stack types at join point
        at com.sun.tools.javac.jvm.Code$State.error(Code.java:1749)
        at com.sun.tools.javac.jvm.Code$State.join(Code.java:1735)
        at com.sun.tools.javac.jvm.Code.resolve(Code.java:1465)
        at com.sun.tools.javac.jvm.Code.resolvePending(Code.java:1496)
        at com.sun.tools.javac.jvm.Code.emitop(Code.java:359)
        at com.sun.tools.javac.jvm.Code.emitop2(Code.java:965)
Comment 1 tk_fhd_aui 2008-10-16 07:28:11 UTC
Created attachment 71932 [details]
stacktrace
Comment 2 Jaromir Uhrik 2008-10-16 08:16:48 UTC
Passing to java|source - please evaluate. Thanks.
Comment 3 Dusan Balek 2008-10-16 09:26:40 UTC
Do you have a reproducible test case?
Comment 4 tk_fhd_aui 2008-12-17 11:52:13 UTC
Have a new installation in the mean time, so I think no.
I think the exception would just have to be more descriptive to see whether such a problem is in javac or in netbeans.
Comment 5 Dusan Balek 2009-10-23 13:49:14 UTC
Since there is no reproducible test case and there are no exception reports after NB 6.5, closing as WORKSFORME now. If
you are still able to reproduce it using the current dev build, please reopen the issue and attach steps to reproduce.
Thanks.