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 269355 - IllegalStateException: Invalid incomingEvent=1971765316 [org.netbeans.editor.FixLineSyntaxState$BeforeLineUndo@77922720 hasBeenDone: true alive: true, org.netbeans.lib.editor.util.swing.DocumentUtilit
Summary: IllegalStateException: Invalid incomingEvent=1971765316 [org.netbeans.editor....
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: 2016-12-15 12:52 UTC by muellermi
Modified: 2016-12-15 12:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227575


Attachments
stacktrace (4.48 KB, text/plain)
2016-12-15 12:52 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2016-12-15 12:52:08 UTC
Build: NetBeans IDE Dev (Build prototypes-repl9-31-on-20161212)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
muellermi: help in Java Shell




Stacktrace: 
java.lang.IllegalStateException: Invalid incomingEvent=1971765316 [org.netbeans.editor.FixLineSyntaxState$BeforeLineUndo@77922720 hasBeenDone: true alive: true, org.netbeans.lib.editor.util.swing.DocumentUtilities$EventPropertiesElementChange@35353a6a, Insert:"list the source you have typed": o=679,len=30,hBDone=T,alive=T,IHC=1890542964,markUpdates:NONE,BBmarkUpdates:NONE, org.netbeans.editor.FixLineSyntaxState$AfterLineUndo@33e81fc5 hasBeenDone: true alive: true], type=INSERTtext='list the source you have typed' != evt=1115194393 [], type=CHANGE
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.clearIncomingEvent(ViewUpdates.java:551)
   at org.netbeans.modules.editor.lib2.view.ViewUpdates.changedUpdate(ViewUpdates.java:301)
   at sun.reflect.GeneratedMethodAccessor131.invoke(GeneratedMethodAccessor131.java:0)
   at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
   at java.lang.reflect.Method.invoke(Method.java:498)
   at org.openide.util.WeakListenerImpl$ProxyListener.invoke(WeakListenerImpl.java:487)
Comment 1 muellermi 2016-12-15 12:52:10 UTC
Created attachment 163248 [details]
stacktrace