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 253182 - NullPointerException at com.sun.tools.javac.comp.Analyzer$DiamondInitializer.process
Summary: NullPointerException at com.sun.tools.javac.comp.Analyzer$DiamondInitializer....
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords: JDK_9
: 256308 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-06-25 12:11 UTC by jan.kurnatowski
Modified: 2015-11-30 19:09 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 218170


Attachments
stacktrace (3.37 KB, text/plain)
2015-06-25 12:12 UTC, jan.kurnatowski
Details
stacktrace (3.94 KB, text/plain)
2015-09-08 11:48 UTC, Alexandr Scherbatiy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jan.kurnatowski 2015-06-25 12:11:59 UTC
Build: NetBeans Dev JDK9 branch (Build 201506180405)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b14
OS: Windows 7

User Comments:
jan.kurnatowski: While editing Java code




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.comp.Analyzer$DiamondInitializer.process(Analyzer.java:233)
   at com.sun.tools.javac.comp.Analyzer$DiamondInitializer.process(Analyzer.java:208)
   at com.sun.tools.javac.comp.Analyzer.lambda$analyze$44(Analyzer.java:365)
   at com.sun.tools.javac.comp.Analyzer$$Lambda$47/709279060.accept(Analyzer.java:0)
   at java.util.HashMap$EntrySet.forEach(HashMap.java:1035)
   at com.sun.tools.javac.comp.Analyzer.analyze(Analyzer.java:363)
Comment 1 jan.kurnatowski 2015-06-25 12:12:01 UTC
Created attachment 154390 [details]
stacktrace
Comment 2 Alexandr Scherbatiy 2015-09-08 11:48:57 UTC
Created attachment 155960 [details]
stacktrace

Go to source
Comment 3 Dusan Balek 2015-11-12 10:27:07 UTC
*** Bug 256308 has been marked as a duplicate of this bug. ***
Comment 5 Quality Engineering 2015-11-30 19:09:48 UTC
Integrated into 'main-silver', will be available in build *201511301649* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/70b136b6f512
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #253182 - NullPointerException at com.sun.tools.javac.comp.Analyzer$DiamondInitializer.process - fixed.