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 242393 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-27 05:11 UTC by emiddio
Modified: 2016-07-07 07:17 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 208001


Attachments
stacktrace (3.82 KB, text/plain)
2014-02-27 05:11 UTC, emiddio
Details
stacktrace (3.82 KB, text/plain)
2014-08-22 00:19 UTC, jcrada
Details

Note You need to log in before you can comment on or make changes to this bug.
Description emiddio 2014-02-27 05:11:53 UTC
This bug was originally marked as duplicate of bug 237091, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 RC1 (Build 201402242200)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Windows 7

User Comments:
emiddio: 1st time startup of nb8rc1, importing found plugins from previous installation that are approved.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:126)
   at com.sun.tools.javac.util.Assert.check(Assert.java:45)
   at com.sun.tools.javac.jvm.ClassWriter.writeCode(ClassWriter.java:1246)
   at com.sun.tools.javac.jvm.ClassWriter.writeMethod(ClassWriter.java:1165)
   at com.sun.tools.javac.jvm.ClassWriter.writeMethods(ClassWriter.java:1661)
   at com.sun.tools.javac.jvm.ClassWriter.writeClassFile(ClassWriter.java:1754)
Comment 1 emiddio 2014-02-27 05:11:55 UTC
Created attachment 145620 [details]
stacktrace
Comment 2 jcrada 2014-08-22 00:19:53 UTC
Created attachment 148828 [details]
stacktrace

Changed Java Platform from 1.8 to 1.6 of several projects
Comment 3 Martin Balin 2016-07-07 07:17:05 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss