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 - 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-08-08 20:26 UTC by Jesse Glick
Modified: 2016-07-07 07:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 210456


Attachments
stacktrace (5.67 KB, text/plain)
2014-08-08 20:26 UTC, Jesse Glick
Details
stacktrace (5.67 KB, text/plain)
2014-08-08 20:58 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
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