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 270100 - 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: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-17 06:57 UTC by gtg
Modified: 2017-03-17 06:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228448


Attachments
stacktrace (8.13 KB, text/plain)
2017-03-17 06:58 UTC, gtg
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gtg 2017-03-17 06:57:58 UTC
Build: NetBeans IDE Dev (Build 201703100002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Linux

User Comments:
gtg: Editing of complex java source code.




Stacktrace: 
java.lang.AssertionError
   at com.sun.tools.javac.util.Assert.error(Assert.java:155)
   at com.sun.tools.javac.comp.Resolve.resolveSelf(Resolve.java:3542)
   at com.sun.tools.javac.comp.Attr.selectSym(Attr.java:3781)
   at com.sun.tools.javac.comp.Attr.visitSelect(Attr.java:3657)
   at com.sun.tools.javac.tree.JCTree$JCFieldAccess.accept(JCTree.java:2110)
   at com.sun.tools.javac.comp.Attr$ResultInfo.attr(Attr.java:502)
Comment 1 gtg 2017-03-17 06:58:00 UTC
Created attachment 163870 [details]
stacktrace