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 262495 - AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DiscardDiagnosticHandler@5902ace8 Thread dump: Inactive RequestProcessor thread [Was:EditorBracesMatching/org.netbeans.modules.ed
Summary: AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$Discar...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Compiler (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-06-20 21:21 UTC by lhochet
Modified: 2016-06-20 22:03 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 224701


Attachments
stacktrace (3.14 KB, text/plain)
2016-06-20 21:21 UTC, lhochet
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lhochet 2016-06-20 21:21:40 UTC
Build: NetBeans IDE Dev (Build 201606200002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.92-b14, Java(TM) SE Runtime Environment, 1.8.0_92-b14
OS: Windows 10

User Comments:
lhochet: mousewheel scrolling a .java file




Stacktrace: 
java.lang.AssertionError: Wrong diagnostic handler: com.sun.tools.javac.util.Log$DiscardDiagnosticHandler@5902ace8
Thread dump:
Inactive RequestProcessor thread [Was:EditorBracesMatching/org.netbeans.modules.editor.bracesmatching.MasterMatcher$Firer]
	java.lang.Object.wait(Native Method)
	org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2002)
Framework Active Thread
	java.lang.Object.wait(Native Method)
	org.eclipse.osgi.framework.internal.core.Framework.run(Framework.java:1870)
	java.lang.Thread.run(Thread.java:745)
Code Model Parser 0
	java.lang.Object.wait(Native Method)
	java.lang.Object.wait(Object.java:502)
	org.netbeans.modules.cnd.modelimpl.csm.core.ParserQueue.waitReady(ParserQueue.java:556)
	org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread._run(ParserThread.java:100)
	org.netbeans.modules.cnd.modelimpl.csm.core.ParserThread.run(ParserThread.java:74)
	org.netbeans.modules.cnd.modelimpl.csm.core.ParserThreadManager$Wrapper.run(ParserThreadManager.java:92)
	org.openide.util
   at com.sun.tools.javac.util.Assert.error(Assert.java:162)
   at com.sun.tools.javac.util.Assert.check(Assert.java:87)
   at com.sun.tools.javac.util.Log.popDiagnosticHandler(Log.java:444)
   at org.netbeans.modules.java.hints.spiimpl.Utilities.constructScope(Utilities.java:793)
   at org.netbeans.modules.java.hints.spiimpl.pm.PatternCompiler.compile(PatternCompiler.java:61)
   at org.netbeans.modules.java.hints.spiimpl.hints.HintsInvoker.doComputeHints(HintsInvoker.java:558)
Comment 1 lhochet 2016-06-20 21:21:42 UTC
Created attachment 160102 [details]
stacktrace