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

Summary: [80cat]AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@68955c7f
Product: java Reporter: michbarsinai <michbarsinai>
Component: CompilerAssignee: Dusan Balek <dbalek>
Status: RESOLVED DUPLICATE    
Severity: normal CC: mihai
Priority: P3    
Version: 8.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 202958
Attachments: stacktrace

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