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

Summary: AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@1f062b7
Product: java Reporter: Jesse Glick <jglick>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 205975
Attachments: stacktrace

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 ***