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 241541 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@12b5c61
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.2
Hardware: Other Linux
: P1 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-07 13:01 UTC by jbril
Modified: 2015-04-11 07:43 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 207381


Attachments
stacktrace (7.32 KB, text/plain)
2014-02-07 13:01 UTC, jbril
Details
stacktrace (6.65 KB, text/plain)
2014-02-11 10:31 UTC, palman
Details
stacktrace (5.97 KB, text/plain)
2014-05-20 14:45 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description jbril 2014-02-07 13:01:47 UTC
Build: NetBeans IDE 8.0 Beta (Build 201401141042)
VM: Java HotSpot(TM) Client VM, 25.0-b69, Java(TM) SE Runtime Environment, 1.8.0-b128
OS: Linux

User Comments:
jbril: refactoring (move) a class (FormattedTableCellFactory)




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DeferredDiagnosticHandler@12b5c61
   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.comp.DeferredAttr.attribSpeculative(DeferredAttr.java:377)
   at com.sun.tools.javac.comp.DeferredAttr$2.complete(DeferredAttr.java:265)
   at com.sun.tools.javac.comp.DeferredAttr$DeferredType.check(DeferredAttr.java:231)
Comment 1 jbril 2014-02-07 13:01:49 UTC
Created attachment 144910 [details]
stacktrace
Comment 2 palman 2014-02-11 10:31:26 UTC
Created attachment 145025 [details]
stacktrace

While Clean & Build a maven based Projects


OutPut Log:

Feb 11, 2014 11:27:40 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryConnect
INFO: I/O exception (java.net.SocketException) caught when connecting to the target host: Network is unreachable
Feb 11, 2014 11:27:40 AM org.apache.maven.wagon.providers.http.httpclient.impl.client.DefaultRequestDirector tryConnect
INFO: Retrying connect
Comment 3 Exceptions Reporter 2014-05-20 14:45:34 UTC
Created attachment 147345 [details]
stacktrace

After move a class
Comment 4 Dusan Balek 2014-08-25 17:07:32 UTC

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