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 - NullPointerException at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.report
Summary: NullPointerException at com.sun.tools.javac.util.Log$DeferredDiagnosticHandle...
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-09-02 17:23 UTC by Michel Graciano
Modified: 2016-07-07 07:17 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207376


Attachments
stacktrace (3.88 KB, text/plain)
2014-09-02 17:23 UTC, Michel Graciano
Details
stacktrace (7.42 KB, text/plain)
2015-04-14 12:10 UTC, Alexander Simon
Details
stacktrace (3.98 KB, text/plain)
2015-04-22 12:44 UTC, Maksim Khramov
Details
stacktrace (6.17 KB, text/plain)
2015-04-30 13:29 UTC, Maksim Khramov
Details

Note You need to log in before you can comment on or make changes to this bug.
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