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 239443 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@628b24
Summary: AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$Deferr...
Status: RESOLVED DUPLICATE of bug 239412
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-12 21:52 UTC by Jesse Glick
Modified: 2014-01-09 12:19 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 205980


Attachments
stacktrace (4.17 KB, text/plain)
2013-12-12 21:52 UTC, Jesse Glick
Details
stacktrace (4.06 KB, text/plain)
2013-12-20 12:21 UTC, Maksim Khramov
Details
stacktrace (2.93 KB, text/plain)
2013-12-22 20:54 UTC, Michel Graciano
Details
stacktrace (4.24 KB, text/plain)
2013-12-22 20:57 UTC, Michel Graciano
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-12-12 21:52:06 UTC
Build: NetBeans IDE Dev (Build 20131211-ca7d20f516e1)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: Linux

User Comments:
jglick: Code completion.




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@628b24
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.util.Assert.check(Assert.java:94)
   at com.sun.tools.javac.util.Log.popDiagnosticHandler(Log.java:467)
   at com.sun.tools.javac.api.JavacTaskImpl.attributeTree(JavacTaskImpl.java:765)
   at org.netbeans.api.java.source.TreeUtilities.attributeTree(TreeUtilities.java:662)
   at org.netbeans.modules.editor.java.JavaCodeTemplateProcessor.type(JavaCodeTemplateProcessor.java:683)
Comment 1 Jesse Glick 2013-12-12 21:52:08 UTC
Created attachment 143126 [details]
stacktrace
Comment 2 Maksim Khramov 2013-12-20 12:21:23 UTC
Created attachment 143373 [details]
stacktrace

Typing java code
Comment 3 Michel Graciano 2013-12-22 20:54:23 UTC
Created attachment 143398 [details]
stacktrace

CC for class name
Comment 4 Michel Graciano 2013-12-22 20:57:23 UTC
Created attachment 143399 [details]
stacktrace

CC for class name (injectable class)
Comment 5 Dusan Balek 2014-01-09 12:19:22 UTC

*** This bug has been marked as a duplicate of bug 239412 ***