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 271211 - NullPointerException at com.sun.tools.javac.comp.Enter.lambda$visitTopLevel$1
Summary: NullPointerException at com.sun.tools.javac.comp.Enter.lambda$visitTopLevel$1
Status: RESOLVED FIXED
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-08-01 09:02 UTC by java1cprog
Modified: 2017-08-07 06:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229887


Attachments
stacktrace (5.46 KB, text/plain)
2017-08-01 09:02 UTC, java1cprog
Details

Note You need to log in before you can comment on or make changes to this bug.
Description java1cprog 2017-08-01 09:02:09 UTC
Build: NetBeans IDE Dev (Build 201707280001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+180, Java(TM) SE Runtime Environment, 9+180
OS: Windows 7

User Comments:
java1cprog: I do not know.




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Enter.lambda$visitTopLevel$1(Enter.java:392)
   at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:176)
   at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
   at java.util.Spliterators$IteratorSpliterator.tryAdvance(Spliterators.java:1812)
   at java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:127)
   at java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:502)
Comment 1 java1cprog 2017-08-01 09:02:11 UTC
Created attachment 164876 [details]
stacktrace