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 270570 - IllegalStateException: Incoming event already cleared
Summary: IllegalStateException: Incoming event already cleared
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-05 09:04 UTC by Jiri Prox
Modified: 2017-06-16 20:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 229062


Attachments
stacktrace (3.80 KB, text/plain)
2017-05-05 09:04 UTC, Jiri Prox
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Prox 2017-05-05 09:04:32 UTC
Build: NetBeans IDE Dev (Build 201705050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+163, Java(TM) SE Runtime Environment, 9-ea+163
OS: Windows 7

User Comments:
jiriprox: Typing in JShell console




Stacktrace: 
java.lang.IllegalStateException: Incoming event already cleared
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.clearIncomingEvent(ViewUpdates.java:548)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.changedUpdate(ViewUpdates.java:301)
   at jdk.internal.reflect.GeneratedMethodAccessor114.invoke(GeneratedMethodAccessor114.java:0)
   at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:563)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:487)
Comment 1 Jiri Prox 2017-05-05 09:04:34 UTC
Created attachment 164257 [details]
stacktrace