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 250919 - NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Status: NEW
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:
: 270286 (view as bug list)
Depends on:
Blocks:
 
Reported: 2015-03-05 12:17 UTC by akobberup
Modified: 2017-09-01 15:27 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 215866


Attachments
stacktrace (2.02 KB, text/plain)
2015-03-05 12:17 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2015-03-05 12:17:08 UTC
This bug was originally marked as duplicate of bug 241006, 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 201503030001)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.31-b07, Java(TM) SE Runtime Environment, 1.8.0_31-b13
OS: Windows 8

User Comments:
akobberup: used "create field" hint from argument in constructor




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.main.JavaCompiler.unrecoverableError(JavaCompiler.java:1252)
   at com.sun.tools.javac.main.JavaCompiler.shouldStop(JavaCompiler.java:577)
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1312)
   at com.sun.tools.javac.main.JavaCompiler.attribute(JavaCompiler.java:1284)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:469)
   at com.sun.tools.javac.api.JavacTaskImpl.analyze(JavacTaskImpl.java:448)
Comment 1 akobberup 2015-03-05 12:17:09 UTC
Created attachment 152408 [details]
stacktrace
Comment 2 Dusan Balek 2017-09-01 15:27:04 UTC
*** Bug 270286 has been marked as a duplicate of this bug. ***