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 268345 - NullPointerException at com.sun.tools.javac.comp.Analyzer$DiamondInitializer.process
Summary: NullPointerException at com.sun.tools.javac.comp.Analyzer$DiamondInitializer....
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: 2016-10-05 01:34 UTC by Andrew Krasny
Modified: 2016-10-05 01:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 226584


Attachments
stacktrace (6.10 KB, text/plain)
2016-10-05 01:34 UTC, Andrew Krasny
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Krasny 2016-10-05 01:34:32 UTC
This bug was originally marked as duplicate of bug 256965, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20160520-0e4d77c492ec)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Mac OS X

User Comments:
akrasny: pushed Build button on a newly created project (java, from existent sources)




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Analyzer$DiamondInitializer.process(Analyzer.java:244)
   at com.sun.tools.javac.comp.Analyzer$DiamondInitializer.process(Analyzer.java:211)
   at com.sun.tools.javac.comp.Analyzer.lambda$analyze$74(Analyzer.java:383)
   at com.sun.tools.javac.comp.Analyzer$$Lambda$122/1135450090.accept(Analyzer.java:0)
   at java.util.HashMap$EntrySet.forEach(HashMap.java:1035)
   at com.sun.tools.javac.comp.Analyzer.analyze(Analyzer.java:381)
Comment 1 Andrew Krasny 2016-10-05 01:34:34 UTC
Created attachment 162340 [details]
stacktrace