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 246352

Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Product: java Reporter: Jesse Glick <jglick>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal CC: jglick
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 210456
Attachments: stacktrace
stacktrace

Description Jesse Glick 2014-08-08 20:26:05 UTC
Build: NetBeans IDE Dev (Build 20140731-3ee7dd0e3967)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.60-b09, Java(TM) SE Runtime Environment, 1.7.0_60-b19
OS: Linux

User Comments:
GUEST: I was writing code with complex generics

GUEST: working???

jglick: Editing sources.




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:206)
   at com.sun.tools.javac.comp.TransTypes.visitApply(TransTypes.java:684)
   at com.sun.tools.javac.tree.JCTree$JCMethodInvocation.accept(JCTree.java:1471)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
Comment 1 Jesse Glick 2014-08-08 20:26:07 UTC
Created attachment 148611 [details]
stacktrace
Comment 2 Jesse Glick 2014-08-08 20:57:38 UTC
This is thrown a lot.
Comment 3 Jesse Glick 2014-08-08 20:58:48 UTC
Created attachment 148612 [details]
stacktrace

Editing sources.
Comment 4 Martin Balin 2016-07-07 07:15:27 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