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 224770 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: RESOLVED WORKSFORME
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-11 21:15 UTC by Jesse Glick
Modified: 2015-04-15 11:13 UTC (History)
9 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 197457


Attachments
stacktrace (6.32 KB, text/plain)
2013-01-11 21:15 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-01-11 21:15:05 UTC
Build: NetBeans IDE Dev (Build 20130109-b9e55498ef37)
VM: Java HotSpot(TM) Client VM, 23.5-b02, Java(TM) SE Runtime Environment, 1.7.0_09-b05
OS: Linux

User Comments:
jglick: Changed parent POM version of org.jenkins-ci.plugins:subversion @ 1.39 from (edited) 1.480 back to 1.405.




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.comp.TransTypes.translateArgs(TransTypes.java:183)
   at com.sun.tools.javac.comp.TransTypes.visitNewClass(TransTypes.java:612)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1375)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
Comment 1 Jesse Glick 2013-01-11 21:15:07 UTC
Created attachment 130124 [details]
stacktrace
Comment 2 Jan Lahoda 2013-02-08 08:49:53 UTC
This should hopefully fix this once the jdk8-lambda branch will be merged into the trunk:
http://hg.netbeans.org/main/nb-javac-jdk8/rev/252dd0bfe711
Comment 3 infonaut 2013-06-09 12:42:36 UTC
this bug prevents me using NB 7.3 with Projects using GUI Forms.
NB Develop Version is fine, but not usable in Production.
Comment 4 Dusan Balek 2015-04-15 11:13:26 UTC
No report since NB 7.3.1. Closing as WORKSFORME in dev build.