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 239283 - NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Status: RESOLVED FIXED
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: 2013-12-09 19:54 UTC by javydreamercsw
Modified: 2014-01-13 02:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205889


Attachments
stacktrace (1.93 KB, text/plain)
2013-12-09 19:54 UTC, javydreamercsw
Details

Note You need to log in before you can comment on or make changes to this bug.
Description javydreamercsw 2013-12-09 19:54:57 UTC
Build: NetBeans IDE Dev (Build 201312090002)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b17
OS: Windows 7

User Comments:
javydreamercsw: Using the new Rename workflow. Clicked Ctrl+R to open the dialog.




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 javydreamercsw 2013-12-09 19:54:59 UTC
Created attachment 142981 [details]
stacktrace
Comment 3 Quality Engineering 2014-01-13 02:16:01 UTC
Integrated into 'main-silver', will be available in build *201401130002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/1ba23a01f77e
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues ##239283, #239117, and #239170 fixed.