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 241797 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@2db663
Summary: AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$Deferr...
Status: RESOLVED DUPLICATE of bug 241006
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-02-13 08:10 UTC by Alexander Simon
Modified: 2014-02-17 11:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 207557


Attachments
stacktrace (2.25 KB, text/plain)
2014-02-13 08:10 UTC, Alexander Simon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Simon 2014-02-13 08:10:39 UTC
This bug was originally marked as duplicate of bug 239412, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 20140207-e734c0173cd0)
VM: Java HotSpot(TM) Client VM, 24.45-b08, Java(TM) SE Runtime Environment, 1.7.0_45-b18
OS: SunOS

User Comments:
alexvsimon: change return type void->DataObject




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@2db663
   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 Alexander Simon 2014-02-13 08:10:41 UTC
Created attachment 145118 [details]
stacktrace
Comment 2 Dusan Balek 2014-02-17 11:51:08 UTC

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