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 239436 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@1f062b7
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 18:31 UTC by Jesse Glick
Modified: 2014-01-09 10:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 205975


Attachments
stacktrace (2.50 KB, text/plain)
2013-12-12 18:31 UTC, Jesse Glick
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2013-12-12 18:31: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: Find Usages in a Maven project on a (nested) type defined in a dependency.




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@1f062b7
   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.JavacTrees.attribStatToTree(JavacTrees.java:888)
   at com.sun.tools.javac.api.JavacTrees.getAttrContext(JavacTrees.java:847)
   at com.sun.tools.javac.api.JavacTrees.getScope(JavacTrees.java:726)
Comment 1 Jesse Glick 2013-12-12 18:31:08 UTC
Created attachment 143122 [details]
stacktrace
Comment 2 Dusan Balek 2014-01-09 10:31:08 UTC

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