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 271293 - Exception at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.reportDeferredDiagnostics
Summary: Exception at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.reportDef...
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-08-14 20:11 UTC by gilbertoca
Modified: 2017-08-23 02:56 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229666


Attachments
stacktrace (10.84 KB, text/plain)
2017-08-14 20:11 UTC, gilbertoca
Details

Note You need to log in before you can comment on or make changes to this bug.
Description gilbertoca 2017-08-14 20:11:21 UTC
Build: NetBeans IDE Dev (Build 201707310001)
VM: OpenJDK 64-Bit Server VM, 25.131-b11, OpenJDK Runtime Environment, 1.8.0_131-b11
OS: Linux

User Comments:
jockel: Added an annotation to a field (annotation was not known yet due to missing imports)

jockel: Pressed ALT+F7

jockel: Pressed page-down in the editor window

jockel: compiled project

jockel: scrolled through a java-class

jockel: jumped into a method of another class via CTRL+mouseclick

jockel: scrolled within java-file

gilbertoca: Refactoring a method




Stacktrace: 
java.lang.Exception
   at com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.reportDeferredDiagnostics(Log.java:177)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.showDiagnostics(JavacProcessingEnvironment.java:1262)
   at com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1326)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1332)
   at com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1220)
   at com.sun.tools.javac.main.JavaCompiler.lambda$readSourceFile$1(JavaCompiler.java:913)
Comment 1 gilbertoca 2017-08-14 20:11:25 UTC
Created attachment 164952 [details]
stacktrace
Comment 2 Exceptions Reporter 2017-08-15 17:11:01 UTC
This bug already has 10 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=229666
Comment 4 Quality Engineering 2017-08-23 02:56:34 UTC
Integrated into 'main-silver', will be available in build *201708230001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/ddfeceead594
User: Dusan Balek <dbalek@netbeans.org>
Log: Issues #271017 and #271293 fixed.