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 204466 - [71cat] IllegalArgumentException: No EditorKit for 'content/unknown' mimetype.
Summary: [71cat] IllegalArgumentException: No EditorKit for 'content/unknown' mimetype.
Status: RESOLVED DUPLICATE of bug 202913
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-31 16:31 UTC by dds.dhawal
Modified: 2011-10-31 17:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 175884


Attachments
stacktrace (2.87 KB, text/plain)
2011-10-31 16:31 UTC, dds.dhawal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dds.dhawal 2011-10-31 16:31:09 UTC
Build: NetBeans IDE Dev (Build 201110070600)
VM: Java HotSpot(TM) Client VM, 19.0-b09, Java(TM) SE Runtime Environment, 1.6.0_23-b05
OS: Windows XP

User Comments:
dds.dhawal: opened the watches view (alt + shift + 2)
and clicked on <Enter watch expression>




Stacktrace: 
java.lang.IllegalArgumentException: No EditorKit for 'content/unknown' mimetype.
   at org.netbeans.editor.Utilities.createSingleLineEditor(Utilities.java:1517)
   at org.netbeans.modules.debugger.ui.WatchPanel.getPanel(WatchPanel.java:99)
   at org.netbeans.modules.debugger.ui.models.WatchesActionsProvider.customize(WatchesActionsProvider.java:187)
   at org.netbeans.modules.debugger.ui.models.WatchesActionsProvider.performDefaultAction(WatchesActionsProvider.java:153)
   at org.netbeans.spi.viewmodel.Models$DelegatingNodeActionsProvider.performDefaultAction(Models.java:3544)
   at org.netbeans.spi.viewmodel.Models$CompoundModel.performDefaultAction(Models.java:3926)
Comment 1 dds.dhawal 2011-10-31 16:31:13 UTC
Created attachment 112611 [details]
stacktrace
Comment 2 Martin Entlicher 2011-10-31 17:30:52 UTC

*** This bug has been marked as a duplicate of bug 202913 ***