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

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: Jesse Glick <jglick>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WORKSFORME    
Severity: normal CC: d.max, grimlock81, infonaut, j.schneider123, massimo, minashokry, rptmaestro, swachter1, wjprakash
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 197457
Attachments: stacktrace

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.