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

Summary: NullPointerException at com.sun.tools.javac.main.JavaCompiler.unrecoverableError
Product: java Reporter: javydreamercsw <javydreamercsw>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205889
Attachments: stacktrace

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.