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 214425

Summary: AssertionError at com.sun.tools.javac.jvm.Items$Item.load
Product: java Reporter: Exceptions Reporter <exceptions_reporter>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal CC: bht, dangjavageek, misterm, montgomery, stefan79, Zren
Priority: P3    
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 189719
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

Description Exceptions Reporter 2012-06-19 09:50:15 UTC
This bug was originally marked as duplicate of bug 196558, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.1.2 (Build 201204101705)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03-424, Java(TM) SE Runtime Environment, 1.6.0_33-b03-424-11M3720
OS: Mac OS X

User Comments:
GUEST: Find and replace applied to 500 files...




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.jvm.Items$Item.load(Items.java:199)
   at com.sun.tools.javac.jvm.Items$Item.coerce(Items.java:243)
   at com.sun.tools.javac.jvm.Items$Item.coerce(Items.java:262)
   at com.sun.tools.javac.jvm.Gen.genExpr(Gen.java:842)
   at com.sun.tools.javac.jvm.Gen.visitTypeCast(Gen.java:2070)
   at com.sun.tools.javac.tree.JCTree$JCTypeCast.accept(JCTree.java:1599)
Comment 1 Exceptions Reporter 2012-06-19 09:50:19 UTC
Created attachment 121037 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-10-25 08:42:12 UTC
Created attachment 126529 [details]
stacktrace
Comment 3 stefan79 2012-12-03 07:59:35 UTC
Created attachment 128743 [details]
stacktrace

STarted NetBeans.
Comment 4 misterm 2012-12-12 03:26:07 UTC
Created attachment 129228 [details]
stacktrace
Comment 6 Quality Engineering 2012-12-21 02:33:46 UTC
Integrated into 'main-golden', will be available in build *201212210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/9fae58d51af8
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #214425 and #223527 fixed.