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 - ClassCastException: java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEvent
Summary: ClassCastException: java.desktop/javax.swing.text.AbstractDocument$DefaultDoc...
Status: NEW
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Issuetracking Framework (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-20 22:31 UTC by muellermi
Modified: 2017-03-20 22:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 228483


Attachments
stacktrace (5.13 KB, text/plain)
2017-03-20 22:31 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
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