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 246834

Summary: NullPointerException at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.report
Product: java Reporter: Michel Graciano <hmichel>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED WONTFIX    
Severity: normal CC: alexvsimon, locked, mkhramov, zmirc
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 207376
Attachments: stacktrace
stacktrace
stacktrace
stacktrace

Description Michel Graciano 2014-09-02 17:23:18 UTC
Build: NetBeans IDE Dev (Build 20140828-fcd2ea8faf06)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.5-b02, Java(TM) SE Runtime Environment, 1.8.0_05-b13
OS: Linux

User Comments:
hmichel: Editing Java file

GUEST: I just asked the IDE to rename a constructor for me




Stacktrace: 
java.lang.NullPointerException
   at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.report(Log.java:151)
   at com.sun.tools.javac.util.Log.report(Log.java:642)
   at com.sun.tools.javac.comp.Resolve.logResolveError(Resolve.java:3515)
   at com.sun.tools.javac.comp.Resolve.accessInternal(Resolve.java:2209)
   at com.sun.tools.javac.comp.Resolve.accessBase(Resolve.java:2252)
   at com.sun.tools.javac.comp.Resolve.accessBase(Resolve.java:2262)
Comment 1 Michel Graciano 2014-09-02 17:23:20 UTC
Created attachment 149012 [details]
stacktrace
Comment 2 Exceptions Reporter 2015-02-25 12:36:56 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=207376
Comment 3 Alexander Simon 2015-04-14 12:10:17 UTC
Created attachment 153186 [details]
stacktrace

edit code
Comment 4 Maksim Khramov 2015-04-22 12:44:01 UTC
Created attachment 153298 [details]
stacktrace

Edit java code
Comment 5 Maksim Khramov 2015-04-30 13:29:43 UTC
Created attachment 153475 [details]
stacktrace

Edit java code
Comment 6 Martin Balin 2016-07-07 07:17:18 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