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 250413 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@2b053735 Thread dump: Reference Handler java.lang.Object.wait(Native Method) java.lang.Object.wait(Ob
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: 2015-02-13 12:39 UTC by Exceptions Reporter
Modified: 2015-02-16 11:27 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 215392


Attachments
stacktrace (4.50 KB, text/plain)
2015-02-13 12:39 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-02-13 12:39:38 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 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.25-b02, Java(TM) SE Runtime Environment, 1.8.0_25-b18
OS: Windows 7

User Comments:
GUEST: working with vaadin and the code from http://stackoverflow.com/questions/1839671/finding-installed-jdbc-drivers




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@2b053735
Thread dump:
Reference Handler
	java.lang.Object.wait(Native Method)
	java.lang.Object.wait(Object.java:502)
	java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)
Editor Parsing Loop (201411181905)
	java.lang.Thread.dumpThreads(Native Method)
	java.lang.Thread.getAllStackTraces(Thread.java:1603)
	com.sun.tools.javac.util.Log.popDiagnosticHandler(Log.java:469)
	com.sun.tools.javac.main.JavaCompiler.resolveIdent(JavaCompiler.java:726)
	com.sun.tools.javac.model.JavacElements.binaryNameToClassSymbol(JavacElements.java:129)
	com.sun.tools.javac.model.JavacElements.getTypeElementByBinaryName(JavacElements.java:119)
	org.netbeans.api.java.source.ElementHandle.getTypeElementByBinaryName(ElementHandle.java:622)
	org.netbeans.api.java.source.ElementHandle.resolveImpl(ElementHandle.java:160)
	org.netbeans.api.java.source.ElementHandle.resolve(ElementHandle.java:136)
	org.vaadin.netbeans.impl.A
   at com.sun.tools.javac.util.Assert.error(Assert.java:133)
   at com.sun.tools.javac.util.Assert.check(Assert.java:86)
   at com.sun.tools.javac.util.Log.popDiagnosticHandler(Log.java:481)
   at com.sun.tools.javac.main.JavaCompiler.resolveIdent(JavaCompiler.java:726)
   at com.sun.tools.javac.model.JavacElements.binaryNameToClassSymbol(JavacElements.java:129)
   at com.sun.tools.javac.model.JavacElements.getTypeElementByBinaryName(JavacElements.java:119)
Comment 1 Exceptions Reporter 2015-02-13 12:39:41 UTC
Created attachment 151985 [details]
stacktrace
Comment 2 Dusan Balek 2015-02-16 11:27:15 UTC

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