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 242299 - NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-24 21:17 UTC by chrislovsund
Modified: 2016-07-07 07:17 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207936


Attachments
stacktrace (1.85 KB, text/plain)
2014-02-24 21:17 UTC, chrislovsund
Details
stacktrace (1.85 KB, text/plain)
2014-04-13 00:41 UTC, theshadow27
Details
stacktrace (1.85 KB, text/plain)
2014-07-17 13:16 UTC, Exceptions Reporter
Details
stacktrace (1.85 KB, text/plain)
2014-07-26 17:01 UTC, _ gtzabari
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chrislovsund 2014-02-24 21:17:25 UTC
This bug was originally marked as duplicate of bug 239283, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0 Beta (Build nbms-and-javadoc-1269-on-20140203)
VM: Java HotSpot(TM) 64-Bit Server VM, 24.51-b03, Java(TM) SE Runtime Environment, 1.7.0_51-b13
OS: Windows 7

User Comments:
chrislovsund: rename method




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.main.JavaCompiler.unrecoverableError(JavaCompiler.java:1255)
   at com.sun.tools.javac.main.JavaCompiler.shouldStop(JavaCompiler.java:580)
   at com.sun.tools.javac.main.JavaCompiler.parseFiles(JavaCompiler.java:984)
   at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:281)
   at com.sun.tools.javac.api.JavacTaskImpl.parse(JavacTaskImpl.java:254)
   at org.netbeans.modules.java.source.TreeLoader.loadTreeFor(TreeLoader.java:183)
Comment 1 chrislovsund 2014-02-24 21:17:27 UTC
Created attachment 145558 [details]
stacktrace
Comment 2 theshadow27 2014-04-13 00:41:09 UTC
Created attachment 146717 [details]
stacktrace

Trying to refactor (rename) a file
Comment 3 theshadow27 2014-04-13 21:23:01 UTC
This was dev 201404090001 by the way.
Comment 4 Exceptions Reporter 2014-07-17 13:07:24 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=207936
Comment 5 Exceptions Reporter 2014-07-17 13:16:22 UTC
Created attachment 148104 [details]
stacktrace

a
Comment 6 _ gtzabari 2014-07-26 17:01:42 UTC
Created attachment 148338 [details]
stacktrace

Building project. Exception thrown.
Comment 7 Exceptions Reporter 2015-08-24 17:23:34 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=207936
Comment 8 Martin Balin 2016-07-07 07:17:59 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss