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 271035 - [90cat] ClassCastException: java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEventUndoableWrapper cannot be cast to java.desktop/javax.swing.text.AbstractDocument$DefaultDocumentEvent
Summary: [90cat] ClassCastException: java.desktop/javax.swing.text.AbstractDocument$De...
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-07-05 07:49 UTC by muellermi
Modified: 2017-07-05 07:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 229611


Attachments
stacktrace (2.20 KB, text/plain)
2017-07-05 07:49 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2017-07-05 07:49:53 UTC
Build: NetBeans IDE Dev (Build 201707050001)
VM: Java HotSpot(TM) 64-Bit Server VM, 9+175, Java(TM) SE Runtime Environment, 9+175
OS: Windows 7

User Comments:
muellermi: submit bugzilla task - it seems I can't submit due to this re-appearing bug

muellermi: submit buzilla task

muellermi: submit bugzilla task - it seems I can't submit due to this re-appearing bug




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-07-05 07:49:55 UTC
Created attachment 164696 [details]
stacktrace