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 267885 - AssertionError at com.sun.tools.javac.util.Assert.error
Summary: AssertionError at com.sun.tools.javac.util.Assert.error
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-05 14:04 UTC by rudyment
Modified: 2016-09-05 19:45 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 226077


Attachments
stacktrace (8.00 KB, text/plain)
2016-09-05 14:04 UTC, rudyment
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rudyment 2016-09-05 14:04:01 UTC
Build: NetBeans IDE Dev (Build 201608280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
rudyment: After opening another project group the exception appeared.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.check(Assert.java:46)
   at com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor$LambdaTranslationContext.addSymbol(LambdaToMethod.java:2073)
   at com.sun.tools.javac.comp.LambdaToMethod$LambdaAnalyzerPreprocessor.visitNewClass(LambdaToMethod.java:1427)
   at com.sun.tools.javac.tree.JCTree$JCNewClass.accept(JCTree.java:1659)
   at com.sun.tools.javac.tree.TreeTranslator.translate(TreeTranslator.java:58)
Comment 1 rudyment 2016-09-05 14:04:03 UTC
Created attachment 161910 [details]
stacktrace