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 240431 - [80cat]AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@68955c7f
Summary: [80cat]AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log...
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: 2014-01-13 19:49 UTC by michbarsinai
Modified: 2014-01-14 10:10 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 202958


Attachments
stacktrace (3.23 KB, text/plain)
2014-01-13 19:49 UTC, michbarsinai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description michbarsinai 2014-01-13 19:49:03 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401091443)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b59, Java(TM) SE Runtime Environment, 1.8.0-ea-b117
OS: Mac OS X

User Comments:
mihai: I've hit ctrl+space for auto complete a constructor name in a new clause.

michbarsinai: Refactor: changing the name of a protected static method in a class.




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@68955c7f
   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.main.JavaCompiler.resolveIdent(JavaCompiler.java:729)
   at com.sun.tools.javac.model.JavacElements.binaryNameToClassSymbol(JavacElements.java:129)
   at com.sun.tools.javac.model.JavacElements.getTypeElementByBinaryName(JavacElements.java:119)
Comment 1 michbarsinai 2014-01-13 19:49:05 UTC
Created attachment 143923 [details]
stacktrace
Comment 2 Dusan Balek 2014-01-14 10:10:48 UTC

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