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 262711 - 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-07-07 08:55 UTC by ymajoros
Modified: 2018-03-28 20:41 UTC (History)
6 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225097


Attachments
stacktrace (7.43 KB, text/plain)
2016-07-07 08:55 UTC, ymajoros
Details
stacktrace (6.99 KB, text/plain)
2016-08-22 03:30 UTC, nleck
Details
stacktrace (12.52 KB, text/plain)
2017-07-06 08:04 UTC, terje7601
Details
stacktrace (5.31 KB, text/plain)
2017-07-24 14:04 UTC, java1cprog
Details
stacktrace (5.16 KB, text/plain)
2018-03-28 20:41 UTC, alied
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ymajoros 2016-07-07 08:55:03 UTC
Build: NetBeans IDE Dev (Build 201607040002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
ymajoros: just using the ide, something crashed




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.util.Assert.checkNonNull(Assert.java:62)
   at com.sun.tools.javac.util.ListBuffer.append(ListBuffer.java:127)
   at com.sun.tools.javac.tree.TreeInfo.types(TreeInfo.java:747)
   at com.sun.tools.javac.comp.Attr.visitLambda(Attr.java:2511)
   at com.sun.tools.javac.tree.JCTree$JCLambda.accept(JCTree.java:1777)
Comment 1 ymajoros 2016-07-07 08:55:04 UTC
Created attachment 160295 [details]
stacktrace
Comment 2 nleck 2016-08-22 03:30:32 UTC
Created attachment 161739 [details]
stacktrace

editing code
Comment 3 terje7601 2017-07-06 08:04:35 UTC
Created attachment 164703 [details]
stacktrace

Writing basic Java code
Comment 4 java1cprog 2017-07-24 14:04:52 UTC
Created attachment 164818 [details]
stacktrace

try to open a  node of the source tree.
Comment 5 alied 2018-03-28 20:41:46 UTC
Created attachment 165693 [details]
stacktrace

switchihg git branches with modified and conflicted changes in the working copy