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 270144

Summary: ClassCastException: java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEvent
Product: connecteddeveloper Reporter: muellermi <muellermi>
Component: Issuetracking FrameworkAssignee: Tomas Stupka <tstupka>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 228483
Attachments: stacktrace

Description muellermi 2017-03-20 22:31:25 UTC
Build: NetBeans IDE Dev (Build 201703160002)
VM: Java HotSpot(TM) 64-Bit Server VM, 9-ea+161, Java(TM) SE Runtime Environment, 9-ea+161
OS: Linux

User Comments:
muellermi: pasted text into comment, to procced despite this error

muellermi: as before




Stacktrace: 
java.lang.ClassCastException: java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEvent
   at org.netbeans.modules.bugtracking.commons.UndoRedoSupport$CompoundUndoManager.undoableEditHappened(UndoRedoSupport.java:161)
   at javax.swing.text.AbstractDocument.fireUndoableEditUpdate(AbstractDocument.java:293)
   at javax.swing.text.AbstractDocument.handleInsertString(AbstractDocument.java:761)
   at javax.swing.text.AbstractDocument.insertString(AbstractDocument.java:716)
   at javax.swing.text.PlainDocument.insertString(PlainDocument.java:131)
   at javax.swing.text.AbstractDocument.replace(AbstractDocument.java:675)
Comment 1 muellermi 2017-03-20 22:31:26 UTC
Created attachment 163903 [details]
stacktrace